#53A9C5

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

Shades of Viking #53A9C5

Tints of Viking #53A9C5

Color information

#53A9C5 (or 0x53A9C5) is unknown color: approx Viking. HEX triplet: 53, A9 and C5. RGB value is (83,169,197). Sum of RGB (Red+Green+Blue) = 83+169+197=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #53A9C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A9C5 is #AC563A. Grayscale: #929292. Windows color (decimal): -11294267 or 12953939. OLE color: 12953939.

HSL color Cylindrical-coordinate representation of color #53A9C5: hue angle of 194.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53A9C5 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB83169197-
CMYK0.580.1400.23
HSL194.74º49.57%54.9%-
HSV(B)194.74º57.87%77.25%-
XYZ27.8334.2557.97-
YUV146.48156.5182.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 169 (66.41% from 255) = 37.64%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=18.49%
G=37.64%
B=43.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831691970.580.1400.23194.7449.5754.9
Hex53A9C53AE017c33237
Octal12325130572160273036267
Binary10100111010100111000101111010111001011111000011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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