#52BFBE

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

Shades of Viking #52BFBE

Tints of Viking #52BFBE

Color information

#52BFBE (or 0x52BFBE) is unknown color: approx Viking. HEX triplet: 52, BF and BE. RGB value is (82,191,190). Sum of RGB (Red+Green+Blue) = 82+191+190=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #52BFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFBE is #AD4041. Grayscale: #9E9E9E. Windows color (decimal): -11354178 or 12500818. OLE color: 12500818.

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

Color convert

RGB82191190-
CMYK0.5700.010.25
HSL179.45º45.99%53.53%-
HSV(B)179.45º57.07%74.9%-
XYZ31.442.7755.32-
YUV158.29145.8973.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.71%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=17.71%
G=41.25%
B=41.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821911900.5700.010.25179.4545.9953.53
Hex52BFBE390119b32e36
Octal1222772767101312635666
Binary10100101011111110111110111001011100110110011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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