#52B0BD

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

Shades of Viking #52B0BD

Tints of Viking #52B0BD

Color information

#52B0BD (or 0x52B0BD) is unknown color: approx Viking. HEX triplet: 52, B0 and BD. RGB value is (82,176,189). Sum of RGB (Red+Green+Blue) = 82+176+189=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #52B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B0BD is #AD4F42. Grayscale: #959595. Windows color (decimal): -11358019 or 12431442. OLE color: 12431442.

HSL color Cylindrical-coordinate representation of color #52B0BD: hue angle of 187.29º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52B0BD is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82176189-
CMYK0.570.0700.26
HSL187.29º44.77%53.14%-
HSV(B)187.29º56.61%74.12%-
XYZ28.1936.5253.71-
YUV149.38150.3679.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.34%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=18.34%
G=39.37%
B=42.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821761890.570.0700.26187.2944.7753.14
Hex52B0BD39701Abb2d35
Octal1222602757170322735565
Binary1010010101100001011110111100111101101010111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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