#53ADD5

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

Shades of Viking #53ADD5

Tints of Viking #53ADD5

Color information

#53ADD5 (or 0x53ADD5) is unknown color: approx Viking. HEX triplet: 53, AD and D5. RGB value is (83,173,213). Sum of RGB (Red+Green+Blue) = 83+173+213=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #53ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADD5 is #AC522A. Grayscale: #969696. Windows color (decimal): -11293227 or 14003539. OLE color: 14003539.

HSL color Cylindrical-coordinate representation of color #53ADD5: hue angle of 198.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53ADD5 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83173213-
CMYK0.610.1900.16
HSL198.46º60.75%58.04%-
HSV(B)198.46º61.03%83.53%-
XYZ30.5236.5368.39-
YUV150.65163.1879.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 213 (83.59% from 255) = 45.42%
R=17.70%
G=36.89%
B=45.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831732130.610.1900.16198.4660.7558.04
Hex53ADD53D13010c63d3a
Octal12325532575230203067572
Binary101001110101101110101011111011001101000011000110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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