Html Css Color HEX #53ADD1 Viking

📋 copy color: '#53ADD1'

red 83 ◦ green 173 ◦ blue 209

#53ADD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #53ADD1

Tints of Viking #53ADD1

RGB

 RED value IS 83 (32.81% from 255) = 17.85%

 GREEN value IS 173 (67.97% from 255) = 37.2%

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 17.85%
G = 37.2%
B = 44.95%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#53ADD1 (or 0x53ADD1) is known color: Viking. HEX triplet: 53, AD and D1. RGB value is (83,173,209). Sum of RGB (Red+Green+Blue) = 83+173+209=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #53ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADD1 is #AC522E. Grayscale: #959595. Windows color (decimal): -11293231 or 13741395. OLE color: 13741395.

HSL color Cylindrical-coordinate representation of color #53ADD1: hue angle of 197.14º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53ADD1 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 173 209 -
CMYK 0.60 0.17 0 0.18
HSL 197.14º 0.58% 0.57% -
HSV(B) 197.14º 0.6% 0.82% -
XYZ 30.02 36.33 65.75 -
YUV 150.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 83 173 209 0.60 0.17 0 0.18 197.14 0.58 0.57
Hex 53 AD D1 3C 11 0 12 C5 3A 39
Octal 123 255 321 74 21 0 22 305 72 71
Binary 1010011 10101101 11010001 111100 10001 0 10010 11000101 111010 111001

Color Harmonies of #53ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADD1

Black with #53ADD1

Text Example


Text Example

White with #53ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53ADD1;
 }
 .AnyTagClassName
 {
   color: #53ADD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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