#5BBEDE

Color #5BBEDE Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5BBEDE

Tints of Malibu #5BBEDE

Color information

#5BBEDE (or 0x5BBEDE) is unknown color: approx Malibu. HEX triplet: 5B, BE and DE. RGB value is (91,190,222). Sum of RGB (Red+Green+Blue) = 91+190+222=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #5BBEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBEDE is #A44121. Grayscale: #A3A3A3. Windows color (decimal): -10764578 or 14597723. OLE color: 14597723.

HSL color Cylindrical-coordinate representation of color #5BBEDE: hue angle of 194.66º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BBEDE is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB91190222-
CMYK0.590.1400.13
HSL194.66º66.5%61.37%-
HSV(B)194.66º59.01%87.06%-
XYZ35.9144.3275.77-
YUV164.05160.775.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 18.09%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=18.09%
G=37.77%
B=44.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal911902220.590.1400.13194.6666.561.37
Hex5BBEDE3BE0Dc3423d
Octal133276336731601530310275
Binary10110111011111011011110111011111001101110000111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BBEDE; }

 p { color: rgb(91,190,222); }

 H1.HeaderClassName
 {
   color: #5BBEDE;
 }
 .AnyTagClassName
 {
   color: #5BBEDE;
 }
</style>
background-color css

<style>
 a { background-color: #5BBEDE; }

 a { background-color: rgb(91,190,222); }

 div.DivClassName
 {
   background-color: #5BBEDE;
 }
 .BgClassName
 {
   background-color: #5BBEDE;
 }
</style>
border-color css

<style>
 span { border-color: #5BBEDE; }

 span { border-color: rgb(91,190,222); }

 td.TdClassName
 {
   border-color: #5BBEDE;
 }
 .TagClassName
 {
   border-color: #5BBEDE;
 }
</style>