#52bdbd

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

Shades of Viking #52BDBD

Tints of Viking #52BDBD

Color information

#52BDBD (or 0x52BDBD) is unknown color: approx Viking. HEX triplet: 52, BD and BD. RGB value is (82,189,189). Sum of RGB (Red+Green+Blue) = 82+189+189=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #52BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDBD is #AD4242. Grayscale: #9C9C9C. Windows color (decimal): -11354691 or 12434770. OLE color: 12434770.

HSL color Cylindrical-coordinate representation of color #52BDBD: hue angle of 180º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BDBD is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82189189-
CMYK0.57000.26
HSL180º44.77%53.14%-
HSV(B)180º56.61%74.12%-
XYZ30.8641.8654.6-
YUV157.01146.0574.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.83%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=17.83%
G=41.09%
B=41.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821891890.57000.2618044.7753.14
Hex52BDBD39001Ab42d35
Octal1222752757100322645565
Binary10100101011110110111101111001001101010110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52bdbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,189,189); }

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

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

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

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

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

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

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