#52B4BE

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

Shades of Viking #52B4BE

Tints of Viking #52B4BE

Color information

#52B4BE (or 0x52B4BE) is unknown color: approx Viking. HEX triplet: 52, B4 and BE. RGB value is (82,180,190). Sum of RGB (Red+Green+Blue) = 82+180+190=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #52B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B4BE is #AD4B41. Grayscale: #979797. Windows color (decimal): -11356994 or 12498002. OLE color: 12498002.

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

Color convert

RGB82180190-
CMYK0.570.0500.25
HSL185.56º45.38%53.33%-
HSV(B)185.56º56.84%74.51%-
XYZ29.138.1554.55-
YUV151.84149.5378.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.14%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=18.14%
G=39.82%
B=42.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821801900.570.0500.25185.5645.3853.33
Hex52B4BE395019ba2d35
Octal1222642767150312725565
Binary1010010101101001011111011100110101100110111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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