#53AABE

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

Shades of Viking #53AABE

Tints of Viking #53AABE

Color information

#53AABE (or 0x53AABE) is unknown color: approx Viking. HEX triplet: 53, AA and BE. RGB value is (83,170,190). Sum of RGB (Red+Green+Blue) = 83+170+190=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #53AABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AABE is #AC5541. Grayscale: #929292. Windows color (decimal): -11294018 or 12495443. OLE color: 12495443.

HSL color Cylindrical-coordinate representation of color #53AABE: hue angle of 191.21º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53AABE is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83170190-
CMYK0.560.1100.25
HSL191.21º45.15%53.53%-
HSV(B)191.21º56.32%74.51%-
XYZ27.2434.3153.9-
YUV146.27152.6882.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.74%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=18.74%
G=38.37%
B=42.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831701900.560.1100.25191.2145.1553.53
Hex53AABE38B019bf2d36
Octal12325227670130312775566
Binary10100111010101010111110111000101101100110111111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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