#52B6BB

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

Shades of Viking #52B6BB

Tints of Viking #52B6BB

Color information

#52B6BB (or 0x52B6BB) is unknown color: approx Viking. HEX triplet: 52, B6 and BB. RGB value is (82,182,187). Sum of RGB (Red+Green+Blue) = 82+182+187=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #52B6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B6BB is #AD4944. Grayscale: #989898. Windows color (decimal): -11356485 or 12301906. OLE color: 12301906.

HSL color Cylindrical-coordinate representation of color #52B6BB: hue angle of 182.86º 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 #52B6BB is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82182187-
CMYK0.560.0300.27
HSL182.86º43.57%52.75%-
HSV(B)182.86º56.15%73.33%-
XYZ29.1838.8452.97-
YUV152.67147.3777.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.18%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=18.18%
G=40.35%
B=41.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821821870.560.0300.27182.8643.5752.75
Hex52B6BB38301Bb72c35
Octal1222662737030332675465
Binary101001010110110101110111110001101101110110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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