#53A9CD

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

Shades of Viking #53A9CD

Tints of Viking #53A9CD

Color information

#53A9CD (or 0x53A9CD) is unknown color: approx Viking. HEX triplet: 53, A9 and CD. RGB value is (83,169,205). Sum of RGB (Red+Green+Blue) = 83+169+205=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #53A9CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A9CD is #AC5632. Grayscale: #939393. Windows color (decimal): -11294259 or 13478227. OLE color: 13478227.

HSL color Cylindrical-coordinate representation of color #53A9CD: hue angle of 197.7º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A9CD is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83169205-
CMYK0.600.1800.20
HSL197.7º54.95%56.47%-
HSV(B)197.7º59.51%80.39%-
XYZ28.7734.6262.92-
YUV147.39160.5182.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.16%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=18.16%
G=36.98%
B=44.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831692050.600.1800.20197.754.9556.47
Hex53A9CD3C12014c63738
Octal12325131574220243066770
Binary101001110101001110011011111001001001010011000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,169,205); }

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

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

 a { background-color: rgb(83,169,205); }

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

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

 span { border-color: rgb(83,169,205); }

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