#52B2E1

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

Shades of Malibu #52B2E1

Tints of Malibu #52B2E1

Color information

#52B2E1 (or 0x52B2E1) is unknown color: approx Malibu. HEX triplet: 52, B2 and E1. RGB value is (82,178,225). Sum of RGB (Red+Green+Blue) = 82+178+225=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #52B2E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B2E1 is #AD4D1E. Grayscale: #9A9A9A. Windows color (decimal): -11357471 or 14791250. OLE color: 14791250.

HSL color Cylindrical-coordinate representation of color #52B2E1: hue angle of 199.72º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52B2E1 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82178225-
CMYK0.640.2100.12
HSL199.72º70.44%60.2%-
HSV(B)199.72º63.56%88.24%-
XYZ32.9939.0777.04-
YUV154.65167.776.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.91%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 225 (88.28% from 255) = 46.39%
R=16.91%
G=36.70%
B=46.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821782250.640.2100.12199.7270.4460.2
Hex52B2E140150Cc8463c
Octal1222623411002501431010674
Binary1010010101100101110000110000001010101100110010001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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