#52B5F4

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

Shades of Malibu #52B5F4

Tints of Malibu #52B5F4

Color information

#52B5F4 (or 0x52B5F4) is unknown color: approx Malibu. HEX triplet: 52, B5 and F4. RGB value is (82,181,244). Sum of RGB (Red+Green+Blue) = 82+181+244=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #52B5F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B5F4 is #AD4A0B. Grayscale: #9E9E9E. Windows color (decimal): -11356684 or 16037202. OLE color: 16037202.

HSL color Cylindrical-coordinate representation of color #52B5F4: hue angle of 203.33º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52B5F4 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB82181244-
CMYK0.660.2600.04
HSL203.33º88.04%63.92%-
HSV(B)203.33º66.39%95.69%-
XYZ36.3341.3791.66-
YUV158.58176.273.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.17%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 244 (95.70% from 255) = 48.13%
R=16.17%
G=35.70%
B=48.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal821812440.660.2600.04203.3388.0463.92
Hex52B5F4421A04cb5840
Octal1222653641023204313130100
Binary1010010101101011111010010000101101001001100101110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,181,244); }

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

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

 a { background-color: rgb(82,181,244); }

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

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

 span { border-color: rgb(82,181,244); }

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