#52BDD7

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

Shades of Viking #52BDD7

Tints of Viking #52BDD7

Color information

#52BDD7 (or 0x52BDD7) is unknown color: approx Viking. HEX triplet: 52, BD and D7. RGB value is (82,189,215). Sum of RGB (Red+Green+Blue) = 82+189+215=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #52BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDD7 is #AD4228. Grayscale: #9F9F9F. Windows color (decimal): -11354665 or 14138706. OLE color: 14138706.

HSL color Cylindrical-coordinate representation of color #52BDD7: hue angle of 191.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52BDD7 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB82189215-
CMYK0.620.1200.16
HSL191.73º62.44%58.24%-
HSV(B)191.73º61.86%84.31%-
XYZ33.9443.170.82-
YUV159.97159.0572.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.87%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=16.87%
G=38.89%
B=44.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal821892150.620.1200.16191.7362.4458.24
Hex52BDD73EC010c03e3a
Octal12227532776140203007672
Binary10100101011110111010111111110110001000011000000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,189,215); }

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

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

 a { background-color: rgb(82,189,215); }

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

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

 span { border-color: rgb(82,189,215); }

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