#52B3BB

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

Shades of Viking #52B3BB

Tints of Viking #52B3BB

Color information

#52B3BB (or 0x52B3BB) is unknown color: approx Viking. HEX triplet: 52, B3 and BB. RGB value is (82,179,187). Sum of RGB (Red+Green+Blue) = 82+179+187=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #52B3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B3BB is #AD4C44. Grayscale: #969696. Windows color (decimal): -11357253 or 12301138. OLE color: 12301138.

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

Color convert

RGB82179187-
CMYK0.560.0400.27
HSL184.57º43.57%52.75%-
HSV(B)184.57º56.15%73.33%-
XYZ28.5737.6252.77-
YUV150.91148.3678.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.30%
GREEN value IS 179 (70.31% from 255) = 39.96%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=18.30%
G=39.96%
B=41.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821791870.560.0400.27184.5743.5752.75
Hex52B3BB38401Bb92c35
Octal1222632737040332715465
Binary1010010101100111011101111100010001101110111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,179,187); }

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

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

 a { background-color: rgb(82,179,187); }

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

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

 span { border-color: rgb(82,179,187); }

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