#53ACCA

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

Shades of Viking #53ACCA

Tints of Viking #53ACCA

Color information

#53ACCA (or 0x53ACCA) is unknown color: approx Viking. HEX triplet: 53, AC and CA. RGB value is (83,172,202). Sum of RGB (Red+Green+Blue) = 83+172+202=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #53ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACCA is #AC5335. Grayscale: #949494. Windows color (decimal): -11293494 or 13282387. OLE color: 13282387.

HSL color Cylindrical-coordinate representation of color #53ACCA: hue angle of 195.13º degrees, saturation: 0.53, 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 #53ACCA is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83172202-
CMYK0.590.1500.21
HSL195.13º52.89%55.88%-
HSV(B)195.13º58.91%79.22%-
XYZ28.9835.6161.22-
YUV148.81158.0181.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.16%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=18.16%
G=37.64%
B=44.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831722020.590.1500.21195.1352.8955.88
Hex53ACCA3BF015c33538
Octal12325431273170253036570
Binary10100111010110011001010111011111101010111000011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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