#52BEC5

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

Shades of Viking #52BEC5

Tints of Viking #52BEC5

Color information

#52BEC5 (or 0x52BEC5) is unknown color: approx Viking. HEX triplet: 52, BE and C5. RGB value is (82,190,197). Sum of RGB (Red+Green+Blue) = 82+190+197=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #52BEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEC5 is #AD413A. Grayscale: #9E9E9E. Windows color (decimal): -11354427 or 12959314. OLE color: 12959314.

HSL color Cylindrical-coordinate representation of color #52BEC5: hue angle of 183.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52BEC5 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB82190197-
CMYK0.580.0400.23
HSL183.65º49.78%54.71%-
HSV(B)183.65º58.38%77.25%-
XYZ31.9742.6559.37-
YUV158.51149.7273.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.48%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 197 (77.34% from 255) = 42.00%
R=17.48%
G=40.51%
B=42.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821901970.580.0400.23183.6549.7854.71
Hex52BEC53A4017b83237
Octal1222763057240272706267
Binary1010010101111101100010111101010001011110111000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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