#59ACEA

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

Shades of Malibu #59ACEA

Tints of Malibu #59ACEA

Color information

#59ACEA (or 0x59ACEA) is unknown color: approx Malibu. HEX triplet: 59, AC and EA. RGB value is (89,172,234). Sum of RGB (Red+Green+Blue) = 89+172+234=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #59ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59ACEA is #A65315. Grayscale: #999999. Windows color (decimal): -10900246 or 15379545. OLE color: 15379545.

HSL color Cylindrical-coordinate representation of color #59ACEA: hue angle of 205.66º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ACEA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89172234-
CMYK0.620.2600.08
HSL205.66º77.54%63.33%-
HSV(B)205.66º61.97%91.76%-
XYZ33.7237.5783.32-
YUV154.2517381.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.98%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=17.98%
G=34.75%
B=47.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891722340.620.2600.08205.6677.5463.33
Hex59ACEA3E1A08ce4e3f
Octal131254352763201031611677
Binary101100110101100111010101111101101001000110011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,172,234); }

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

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

 a { background-color: rgb(89,172,234); }

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

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

 span { border-color: rgb(89,172,234); }

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