#52B3BE

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

Shades of Viking #52B3BE

Tints of Viking #52B3BE

Color information

#52B3BE (or 0x52B3BE) is unknown color: approx Viking. HEX triplet: 52, B3 and BE. RGB value is (82,179,190). Sum of RGB (Red+Green+Blue) = 82+179+190=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #52B3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B3BE is #AD4C41. Grayscale: #979797. Windows color (decimal): -11357250 or 12497746. OLE color: 12497746.

HSL color Cylindrical-coordinate representation of color #52B3BE: hue angle of 186.11º 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 #52B3BE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82179190-
CMYK0.570.0600.25
HSL186.11º45.38%53.33%-
HSV(B)186.11º56.84%74.51%-
XYZ28.8937.7554.48-
YUV151.25149.8678.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.18%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=18.18%
G=39.69%
B=42.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821791900.570.0600.25186.1145.3853.33
Hex52B3BE396019ba2d35
Octal1222632767160312725565
Binary1010010101100111011111011100111001100110111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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