#52B5BF

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

Shades of Viking #52B5BF

Tints of Viking #52B5BF

Color information

#52B5BF (or 0x52B5BF) is unknown color: approx Viking. HEX triplet: 52, B5 and BF. RGB value is (82,181,191). Sum of RGB (Red+Green+Blue) = 82+181+191=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #52B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B5BF is #AD4A40. Grayscale: #989898. Windows color (decimal): -11356737 or 12563794. OLE color: 12563794.

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

Color convert

RGB82181191-
CMYK0.570.0500.25
HSL185.5º45.99%53.53%-
HSV(B)185.5º57.07%74.9%-
XYZ29.4138.655.19-
YUV152.54149.777.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.06%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 191 (75% from 255) = 42.07%
R=18.06%
G=39.87%
B=42.07%

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
Decimal821811910.570.0500.25185.545.9953.53
Hex52B5BF395019ba2e36
Octal1222652777150312725666
Binary1010010101101011011111111100110101100110111010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,181,191); }

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

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

 a { background-color: rgb(82,181,191); }

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

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

 span { border-color: rgb(82,181,191); }

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