#52c5df

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

Shades of Malibu #52C5DF

Tints of Malibu #52C5DF

Color information

#52C5DF (or 0x52C5DF) is unknown color: approx Malibu. HEX triplet: 52, C5 and DF. RGB value is (82,197,223). Sum of RGB (Red+Green+Blue) = 82+197+223=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #52C5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5DF is #AD3A20. Grayscale: #A5A5A5. Windows color (decimal): -11352609 or 14665042. OLE color: 14665042.

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

Color convert

RGB82197223-
CMYK0.630.1200.13
HSL191.06º68.78%59.8%-
HSV(B)191.06º63.23%87.45%-
XYZ36.7747.0576.96-
YUV165.58160.468.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.33%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=16.33%
G=39.24%
B=44.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821972230.630.1200.13191.0668.7859.8
Hex52C5DF3FC0Dbf453c
Octal122305337771401527710574
Binary10100101100010111011111111111110001101101111111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c5df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,197,223); }

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

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

 a { background-color: rgb(82,197,223); }

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

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

 span { border-color: rgb(82,197,223); }

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