#52B1BF

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

Shades of Viking #52B1BF

Tints of Viking #52B1BF

Color information

#52B1BF (or 0x52B1BF) is unknown color: approx Viking. HEX triplet: 52, B1 and BF. RGB value is (82,177,191). Sum of RGB (Red+Green+Blue) = 82+177+191=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #52B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B1BF is #AD4E40. Grayscale: #969696. Windows color (decimal): -11357761 or 12562770. OLE color: 12562770.

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

Color convert

RGB82177191-
CMYK0.570.0700.25
HSL187.71º45.99%53.53%-
HSV(B)187.71º57.07%74.9%-
XYZ28.613754.92-
YUV150.19151.0379.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.22%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 191 (75% from 255) = 42.44%
R=18.22%
G=39.33%
B=42.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821771910.570.0700.25187.7145.9953.53
Hex52B1BF397019bc2e36
Octal1222612777170312745666
Binary1010010101100011011111111100111101100110111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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