#52B2DD

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

Shades of Malibu #52B2DD

Tints of Malibu #52B2DD

Color information

#52B2DD (or 0x52B2DD) is unknown color: approx Malibu. HEX triplet: 52, B2 and DD. RGB value is (82,178,221). Sum of RGB (Red+Green+Blue) = 82+178+221=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #52B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B2DD is #AD4D22. Grayscale: #999999. Windows color (decimal): -11357475 or 14529106. OLE color: 14529106.

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

Color convert

RGB82178221-
CMYK0.630.1900.13
HSL198.56º67.15%59.41%-
HSV(B)198.56º62.9%86.67%-
XYZ32.4538.8674.2-
YUV154.2165.776.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.05%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=17.05%
G=37.01%
B=45.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821782210.630.1900.13198.5667.1559.41
Hex52B2DD3F130Dc7433b
Octal122262335772301530710373
Binary101001010110010110111011111111001101101110001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,178,221); }

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

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

 a { background-color: rgb(82,178,221); }

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

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

 span { border-color: rgb(82,178,221); }

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