#52B7BC

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

Shades of Viking #52B7BC

Tints of Viking #52B7BC

Color information

#52B7BC (or 0x52B7BC) is unknown color: approx Viking. HEX triplet: 52, B7 and BC. RGB value is (82,183,188). Sum of RGB (Red+Green+Blue) = 82+183+188=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #52B7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B7BC is #AD4843. Grayscale: #999999. Windows color (decimal): -11356228 or 12367698. OLE color: 12367698.

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

Color convert

RGB82183188-
CMYK0.560.0300.26
HSL182.83º44.17%52.94%-
HSV(B)182.83º56.38%73.73%-
XYZ29.4939.2953.61-
YUV153.37147.5477.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.10%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=18.10%
G=40.40%
B=41.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821831880.560.0300.26182.8344.1752.94
Hex52B7BC38301Ab72c35
Octal1222672747030322675465
Binary101001010110111101111001110001101101010110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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