#59BEDE

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

Shades of Malibu #59BEDE

Tints of Malibu #59BEDE

Color information

#59BEDE (or 0x59BEDE) is unknown color: approx Malibu. HEX triplet: 59, BE and DE. RGB value is (89,190,222). Sum of RGB (Red+Green+Blue) = 89+190+222=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #59BEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEDE is #A64121. Grayscale: #A3A3A3. Windows color (decimal): -10895650 or 14597721. OLE color: 14597721.

HSL color Cylindrical-coordinate representation of color #59BEDE: hue angle of 194.44º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BEDE is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89190222-
CMYK0.600.1400.13
HSL194.44º66.83%60.98%-
HSV(B)194.44º59.91%87.06%-
XYZ35.7244.2275.76-
YUV163.45161.0474.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.76%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=17.76%
G=37.92%
B=44.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891902220.600.1400.13194.4466.8360.98
Hex59BEDE3CE0Dc2433d
Octal131276336741601530210375
Binary10110011011111011011110111100111001101110000101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59BEDE; }

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

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

<style>
 a { background-color: #59BEDE; }

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

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

<style>
 span { border-color: #59BEDE; }

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

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