#53ADCA

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

Shades of Viking #53ADCA

Tints of Viking #53ADCA

Color information

#53ADCA (or 0x53ADCA) is unknown color: approx Viking. HEX triplet: 53, AD and CA. RGB value is (83,173,202). Sum of RGB (Red+Green+Blue) = 83+173+202=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #53ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADCA is #AC5235. Grayscale: #959595. Windows color (decimal): -11293238 or 13282643. OLE color: 13282643.

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

Color convert

RGB83173202-
CMYK0.590.1400.21
HSL194.62º52.89%55.88%-
HSV(B)194.62º58.91%79.22%-
XYZ29.1735.9961.29-
YUV149.4157.6880.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.12%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=18.12%
G=37.77%
B=44.10%

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
Decimal831732020.590.1400.21194.6252.8955.88
Hex53ADCA3BE015c33538
Octal12325531273160253036570
Binary10100111010110111001010111011111001010111000011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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