#53ACC9

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

Shades of Viking #53ACC9

Tints of Viking #53ACC9

Color information

#53ACC9 (or 0x53ACC9) is unknown color: approx Viking. HEX triplet: 53, AC and C9. RGB value is (83,172,201). Sum of RGB (Red+Green+Blue) = 83+172+201=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #53ACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACC9 is #AC5336. Grayscale: #949494. Windows color (decimal): -11293495 or 13216851. OLE color: 13216851.

HSL color Cylindrical-coordinate representation of color #53ACC9: hue angle of 194.75º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53ACC9 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83172201-
CMYK0.590.1400.21
HSL194.75º52.21%55.69%-
HSV(B)194.75º58.71%78.82%-
XYZ28.8635.5660.6-
YUV148.7157.5181.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.20%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 201 (78.91% from 255) = 44.08%
R=18.20%
G=37.72%
B=44.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831722010.590.1400.21194.7552.2155.69
Hex53ACC93BE015c33438
Octal12325431173160253036470
Binary10100111010110011001001111011111001010111000011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,172,201); }

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

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

 a { background-color: rgb(83,172,201); }

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

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

 span { border-color: rgb(83,172,201); }

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