#52B9BE

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

Shades of Viking #52B9BE

Tints of Viking #52B9BE

Color information

#52B9BE (or 0x52B9BE) is unknown color: approx Viking. HEX triplet: 52, B9 and BE. RGB value is (82,185,190). Sum of RGB (Red+Green+Blue) = 82+185+190=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #52B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B9BE is #AD4641. Grayscale: #9A9A9A. Windows color (decimal): -11355714 or 12499282. OLE color: 12499282.

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

Color convert

RGB82185190-
CMYK0.570.0300.25
HSL182.78º45.38%53.33%-
HSV(B)182.78º56.84%74.51%-
XYZ30.1240.2154.89-
YUV154.77147.8876.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=17.94%
G=40.48%
B=41.58%

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
Decimal821851900.570.0300.25182.7845.3853.33
Hex52B9BE393019b72d35
Octal1222712767130312675565
Binary101001010111001101111101110011101100110110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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