#52B5DA

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

Shades of Viking #52B5DA

Tints of Viking #52B5DA

Color information

#52B5DA (or 0x52B5DA) is unknown color: approx Viking. HEX triplet: 52, B5 and DA. RGB value is (82,181,218). Sum of RGB (Red+Green+Blue) = 82+181+218=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #52B5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B5DA is #AD4A25. Grayscale: #9B9B9B. Windows color (decimal): -11356710 or 14333266. OLE color: 14333266.

HSL color Cylindrical-coordinate representation of color #52B5DA: hue angle of 196.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52B5DA is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB82181218-
CMYK0.620.1700.15
HSL196.32º64.76%58.82%-
HSV(B)196.32º62.39%85.49%-
XYZ32.6639.972.31-
YUV155.62163.275.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.05%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=17.05%
G=37.63%
B=45.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal821812180.620.1700.15196.3264.7658.82
Hex52B5DA3E110Fc4413b
Octal122265332762101730410173
Binary101001010110101110110101111101000101111110001001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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