#52B5FA

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

Shades of Malibu #52B5FA

Tints of Malibu #52B5FA

Color information

#52B5FA (or 0x52B5FA) is unknown color: approx Malibu. HEX triplet: 52, B5 and FA. RGB value is (82,181,250). Sum of RGB (Red+Green+Blue) = 82+181+250=513 (67% of max value = 765). Red value is 82 (32.42% from 255 or 15.98% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #52B5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B5FA is #AD4A05. Grayscale: #9E9E9E. Windows color (decimal): -11356678 or 16430418. OLE color: 16430418.

HSL color Cylindrical-coordinate representation of color #52B5FA: hue angle of 204.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52B5FA is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82181250-
CMYK0.670.2800.02
HSL204.64º94.38%65.1%-
HSV(B)204.64º67.2%98.04%-
XYZ37.2641.7496.54-
YUV159.26179.272.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.98%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=15.98%
G=35.28%
B=48.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821812500.670.2800.02204.6494.3865.1
Hex52B5FA431C02cd5e41
Octal1222653721033402315136101
Binary101001010110101111110101000011111000101100110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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