#52BCBF

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

Shades of Viking #52BCBF

Tints of Viking #52BCBF

Color information

#52BCBF (or 0x52BCBF) is unknown color: approx Viking. HEX triplet: 52, BC and BF. RGB value is (82,188,191). Sum of RGB (Red+Green+Blue) = 82+188+191=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #52BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCBF is #AD4340. Grayscale: #9C9C9C. Windows color (decimal): -11354945 or 12565586. OLE color: 12565586.

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

Color convert

RGB82188191-
CMYK0.570.0200.25
HSL181.65º45.99%53.53%-
HSV(B)181.65º57.07%74.9%-
XYZ30.8741.5255.68-
YUV156.65147.3874.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.79%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 191 (75% from 255) = 41.43%
R=17.79%
G=40.78%
B=41.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821881910.570.0200.25181.6545.9953.53
Hex52BCBF392019b62e36
Octal1222742777120312665666
Binary101001010111100101111111110011001100110110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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