#52b9bf

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

Shades of Viking #52B9BF

Tints of Viking #52B9BF

Color information

#52B9BF (or 0x52B9BF) is unknown color: approx Viking. HEX triplet: 52, B9 and BF. RGB value is (82,185,191). Sum of RGB (Red+Green+Blue) = 82+185+191=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #52B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B9BF is #AD4640. Grayscale: #9A9A9A. Windows color (decimal): -11355713 or 12564818. OLE color: 12564818.

HSL color Cylindrical-coordinate representation of color #52B9BF: hue angle of 183.3º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52B9BF is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82185191-
CMYK0.570.0300.25
HSL183.3º45.99%53.53%-
HSV(B)183.3º57.07%74.9%-
XYZ30.2340.2555.47-
YUV154.89148.3876.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.90%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 191 (75% from 255) = 41.70%
R=17.90%
G=40.39%
B=41.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821851910.570.0300.25183.345.9953.53
Hex52B9BF393019b72e36
Octal1222712777130312675666
Binary101001010111001101111111110011101100110110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52b9bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,185,191); }

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

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

 a { background-color: rgb(82,185,191); }

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

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

 span { border-color: rgb(82,185,191); }

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