#53AABB

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

Shades of Viking #53AABB

Tints of Viking #53AABB

Color information

#53AABB (or 0x53AABB) is unknown color: approx Viking. HEX triplet: 53, AA and BB. RGB value is (83,170,187). Sum of RGB (Red+Green+Blue) = 83+170+187=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #53AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AABB is #AC5544. Grayscale: #919191. Windows color (decimal): -11294021 or 12298835. OLE color: 12298835.

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

Color convert

RGB83170187-
CMYK0.560.0900.27
HSL189.81º43.33%52.94%-
HSV(B)189.81º55.61%73.33%-
XYZ26.9134.1852.19-
YUV145.93151.1883.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.86%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=18.86%
G=38.64%
B=42.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831701870.560.0900.27189.8143.3352.94
Hex53AABB38901Bbe2b35
Octal12325227370110332765365
Binary10100111010101010111011111000100101101110111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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