#53AABA

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

Shades of Viking #53AABA

Tints of Viking #53AABA

Color information

#53AABA (or 0x53AABA) is unknown color: approx Viking. HEX triplet: 53, AA and BA. RGB value is (83,170,186). Sum of RGB (Red+Green+Blue) = 83+170+186=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #53AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AABA is #AC5545. Grayscale: #919191. Windows color (decimal): -11294022 or 12233299. OLE color: 12233299.

HSL color Cylindrical-coordinate representation of color #53AABA: hue angle of 189.32º degrees, saturation: 0.43, 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 #53AABA is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83170186-
CMYK0.550.0900.27
HSL189.32º42.74%52.75%-
HSV(B)189.32º55.38%72.94%-
XYZ26.834.1351.63-
YUV145.81150.6883.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.91%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=18.91%
G=38.72%
B=42.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831701860.550.0900.27189.3242.7452.75
Hex53AABA37901Bbd2b35
Octal12325227267110332755365
Binary10100111010101010111010110111100101101110111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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