#52BED5

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

Shades of Viking #52BED5

Tints of Viking #52BED5

Color information

#52BED5 (or 0x52BED5) is unknown color: approx Viking. HEX triplet: 52, BE and D5. RGB value is (82,190,213). Sum of RGB (Red+Green+Blue) = 82+190+213=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #52BED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BED5 is #AD412A. Grayscale: #A0A0A0. Windows color (decimal): -11354411 or 14007890. OLE color: 14007890.

HSL color Cylindrical-coordinate representation of color #52BED5: hue angle of 190.53º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52BED5 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB82190213-
CMYK0.620.1100.16
HSL190.53º60.93%57.84%-
HSV(B)190.53º61.5%83.53%-
XYZ33.943.4269.55-
YUV160.33157.7272.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.91%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=16.91%
G=39.18%
B=43.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal821902130.620.1100.16190.5360.9357.84
Hex52BED53EB010bf3d3a
Octal12227632576130202777572
Binary10100101011111011010101111110101101000010111111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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