#52A4BE

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

Shades of Viking #52A4BE

Tints of Viking #52A4BE

Color information

#52A4BE (or 0x52A4BE) is unknown color: approx Viking. HEX triplet: 52, A4 and BE. RGB value is (82,164,190). Sum of RGB (Red+Green+Blue) = 82+164+190=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #52A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A4BE is #AD5B41. Grayscale: #8E8E8E. Windows color (decimal): -11361090 or 12493906. OLE color: 12493906.

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

Color convert

RGB82164190-
CMYK0.570.1400.25
HSL194.44º45.38%53.33%-
HSV(B)194.44º56.84%74.51%-
XYZ26.0532.0653.53-
YUV142.45154.8384.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=18.81%
G=37.61%
B=43.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821641900.570.1400.25194.4445.3853.33
Hex52A4BE39E019c22d35
Octal12224427671160313025565
Binary10100101010010010111110111001111001100111000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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