#52c4e0

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

Shades of Malibu #52C4E0

Tints of Malibu #52C4E0

Color information

#52C4E0 (or 0x52C4E0) is unknown color: approx Malibu. HEX triplet: 52, C4 and E0. RGB value is (82,196,224). Sum of RGB (Red+Green+Blue) = 82+196+224=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #52C4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C4E0 is #AD3B1F. Grayscale: #A4A4A4. Windows color (decimal): -11352864 or 14730322. OLE color: 14730322.

HSL color Cylindrical-coordinate representation of color #52C4E0: hue angle of 191.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C4E0 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82196224-
CMYK0.630.1200.12
HSL191.83º69.61%60%-
HSV(B)191.83º63.39%87.84%-
XYZ36.6746.6677.59-
YUV165.11161.2368.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.33%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 224 (87.89% from 255) = 44.62%
R=16.33%
G=39.04%
B=44.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821962240.630.1200.12191.8369.6160
Hex52C4E03FC0Cc0463c
Octal122304340771401430010674
Binary10100101100010011100000111111110001100110000001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c4e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52c4e0; }

 p { color: rgb(82,196,224); }

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

<style>
 a { background-color: #52c4e0; }

 a { background-color: rgb(82,196,224); }

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

<style>
 span { border-color: #52c4e0; }

 span { border-color: rgb(82,196,224); }

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