#52B4E7

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

Shades of Malibu #52B4E7

Tints of Malibu #52B4E7

Color information

#52B4E7 (or 0x52B4E7) is unknown color: approx Malibu. HEX triplet: 52, B4 and E7. RGB value is (82,180,231). Sum of RGB (Red+Green+Blue) = 82+180+231=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #52B4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B4E7 is #AD4B18. Grayscale: #9C9C9C. Windows color (decimal): -11356953 or 15184978. OLE color: 15184978.

HSL color Cylindrical-coordinate representation of color #52B4E7: hue angle of 200.54º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52B4E7 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB82180231-
CMYK0.650.2200.09
HSL200.54º75.63%61.37%-
HSV(B)200.54º64.5%90.59%-
XYZ34.2240.2181.56-
YUV156.51170.0374.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.63%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=16.63%
G=36.51%
B=46.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal821802310.650.2200.09200.5475.6361.37
Hex52B4E7411609c94c3d
Octal1222643471012601131111475
Binary1010010101101001110011110000011011001001110010011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,231); }

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

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

 a { background-color: rgb(82,180,231); }

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

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

 span { border-color: rgb(82,180,231); }

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