Html Css Color HEX #52B2DD Malibu

📋 copy color: '#52B2DD'

red 82 ◦ green 178 ◦ blue 221

#52B2DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #52B2DD

Tints of Malibu #52B2DD

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 value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52B2DD (or 0x52B2DD) is known color: 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

RGB 82 178 221 -
CMYK 0.63 0.19 0 0.13
HSL 198.56º 0.67% 0.59% -
HSV(B) 198.56º 0.63% 0.87% -
XYZ 32.45 38.86 74.2 -
YUV 154.2 165.7 76.5 -
System Red Green Blue C M Y K H S L
Decimal 82 178 221 0.63 0.19 0 0.13 198.56 0.67 0.59
Hex 52 B2 DD 3F 13 0 D C7 43 3B
Octal 122 262 335 77 23 0 15 307 103 73
Binary 1010010 10110010 11011101 111111 10011 0 1101 11000111 1000011 111011

Color Harmonies of #52B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B2DD

Black with #52B2DD

Text Example


Text Example

White with #52B2DD

Text Example


Text Example

HTML Codes & Css Web 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>