#52BEC1

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

Shades of Viking #52BEC1

Tints of Viking #52BEC1

Color information

#52BEC1 (or 0x52BEC1) is unknown color: approx Viking. HEX triplet: 52, BE and C1. RGB value is (82,190,193). Sum of RGB (Red+Green+Blue) = 82+190+193=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #52BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEC1 is #AD413E. Grayscale: #9D9D9D. Windows color (decimal): -11354431 or 12697170. OLE color: 12697170.

HSL color Cylindrical-coordinate representation of color #52BEC1: hue angle of 181.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52BEC1 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82190193-
CMYK0.580.0200.24
HSL181.62º47.23%53.92%-
HSV(B)181.62º57.51%75.69%-
XYZ31.5242.4756.99-
YUV158.05147.7273.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.63%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=17.63%
G=40.86%
B=41.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821901930.580.0200.24181.6247.2353.92
Hex52BEC13A2018b62f36
Octal1222763017220302665766
Binary101001010111110110000011110101001100010110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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