#53AAB9

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

Shades of Viking #53AAB9

Tints of Viking #53AAB9

Color information

#53AAB9 (or 0x53AAB9) is unknown color: approx Viking. HEX triplet: 53, AA and B9. RGB value is (83,170,185). Sum of RGB (Red+Green+Blue) = 83+170+185=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #53AAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AAB9 is #AC5546. Grayscale: #919191. Windows color (decimal): -11294023 or 12167763. OLE color: 12167763.

HSL color Cylindrical-coordinate representation of color #53AAB9: hue angle of 188.82º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53AAB9 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83170185-
CMYK0.550.0800.27
HSL188.82º42.15%52.55%-
HSV(B)188.82º55.14%72.55%-
XYZ26.734.0951.07-
YUV145.7150.1883.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.95%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=18.95%
G=38.81%
B=42.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831701850.550.0800.27188.8242.1552.55
Hex53AAB937801Bbd2a35
Octal12325227167100332755265
Binary10100111010101010111001110111100001101110111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AAB9; }

 p { color: rgb(83,170,185); }

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

<style>
 a { background-color: #53AAB9; }

 a { background-color: rgb(83,170,185); }

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

<style>
 span { border-color: #53AAB9; }

 span { border-color: rgb(83,170,185); }

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