#52BEE5

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

Shades of Malibu #52BEE5

Tints of Malibu #52BEE5

Color information

#52BEE5 (or 0x52BEE5) is unknown color: approx Malibu. HEX triplet: 52, BE and E5. RGB value is (82,190,229). Sum of RGB (Red+Green+Blue) = 82+190+229=501 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.37% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #52BEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEE5 is #AD411A. Grayscale: #A1A1A1. Windows color (decimal): -11354395 or 15056466. OLE color: 15056466.

HSL color Cylindrical-coordinate representation of color #52BEE5: hue angle of 195.92º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52BEE5 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB82190229-
CMYK0.640.1700.10
HSL195.92º73.87%60.98%-
HSV(B)195.92º64.19%89.8%-
XYZ36.0444.2880.78-
YUV162.15165.7270.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.37%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=16.37%
G=37.92%
B=45.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal821902290.640.1700.10195.9273.8760.98
Hex52BEE540110Ac44a3d
Octal1222763451002101230411275
Binary1010010101111101110010110000001000101010110001001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,229); }

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

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

 a { background-color: rgb(82,190,229); }

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

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

 span { border-color: rgb(82,190,229); }

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