#53AABD

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

Shades of Viking #53AABD

Tints of Viking #53AABD

Color information

#53AABD (or 0x53AABD) is unknown color: approx Viking. HEX triplet: 53, AA and BD. RGB value is (83,170,189). Sum of RGB (Red+Green+Blue) = 83+170+189=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #53AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AABD is #AC5542. Grayscale: #919191. Windows color (decimal): -11294019 or 12429907. OLE color: 12429907.

HSL color Cylindrical-coordinate representation of color #53AABD: hue angle of 190.75º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53AABD is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83170189-
CMYK0.560.1000.26
HSL190.75º44.54%53.33%-
HSV(B)190.75º56.08%74.12%-
XYZ27.1334.2653.33-
YUV146.15152.1882.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.78%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=18.78%
G=38.46%
B=42.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831701890.560.1000.26190.7544.5453.33
Hex53AABD38A01Abf2d35
Octal12325227570120322775565
Binary10100111010101010111101111000101001101010111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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