#52B9BC

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

Shades of Viking #52B9BC

Tints of Viking #52B9BC

Color information

#52B9BC (or 0x52B9BC) is unknown color: approx Viking. HEX triplet: 52, B9 and BC. RGB value is (82,185,188). Sum of RGB (Red+Green+Blue) = 82+185+188=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #52B9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B9BC is #AD4643. Grayscale: #9A9A9A. Windows color (decimal): -11355716 or 12368210. OLE color: 12368210.

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

Color convert

RGB82185188-
CMYK0.560.0200.26
HSL181.7º44.17%52.94%-
HSV(B)181.7º56.38%73.73%-
XYZ29.9140.1253.75-
YUV154.55146.8876.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=18.02%
G=40.66%
B=41.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821851880.560.0200.26181.744.1752.94
Hex52B9BC38201Ab62c35
Octal1222712747020322665465
Binary101001010111001101111001110001001101010110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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