Html Css Color HEX #55ADD1 Viking

📋 copy color: '#55ADD1'

red 85 ◦ green 173 ◦ blue 209

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

Shades of Viking #55ADD1

Tints of Viking #55ADD1

RGB

 RED value IS 85 (33.59% from 255) = 18.2%

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

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

R = 18.2%
G = 37.04%
B = 44.75%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#55ADD1 (or 0x55ADD1) is known color: Viking. HEX triplet: 55, AD and D1. RGB value is (85,173,209). Sum of RGB (Red+Green+Blue) = 85+173+209=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #55ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADD1 is #AA522E. Grayscale: #969696. Windows color (decimal): -11162159 or 13741397. OLE color: 13741397.

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

Color convert

RGB 85 173 209 -
CMYK 0.59 0.17 0 0.18
HSL 197.42º 0.57% 0.58% -
HSV(B) 197.42º 0.59% 0.82% -
XYZ 30.2 36.42 65.76 -
YUV 150.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 85 173 209 0.59 0.17 0 0.18 197.42 0.57 0.58
Hex 55 AD D1 3B 11 0 12 C5 39 3A
Octal 125 255 321 73 21 0 22 305 71 72
Binary 1010101 10101101 11010001 111011 10001 0 10010 11000101 111001 111010

Color Harmonies of #55ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ADD1

Black with #55ADD1

Text Example


Text Example

White with #55ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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