#55ADD3

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

Shades of Viking #55ADD3

Tints of Viking #55ADD3

Color information

#55ADD3 (or 0x55ADD3) is unknown color: approx Viking. HEX triplet: 55, AD and D3. RGB value is (85,173,211). Sum of RGB (Red+Green+Blue) = 85+173+211=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #55ADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADD3 is #AA522C. Grayscale: #969696. Windows color (decimal): -11162157 or 13872469. OLE color: 13872469.

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

Color convert

RGB85173211-
CMYK0.600.1800.17
HSL198.1º58.88%58.04%-
HSV(B)198.1º59.72%82.75%-
XYZ30.4536.5267.07-
YUV151.02161.8580.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.12%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 211 (82.81% from 255) = 44.99%
R=18.12%
G=36.89%
B=44.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal851732110.600.1800.17198.158.8858.04
Hex55ADD33C12011c63b3a
Octal12525532374220213067372
Binary101010110101101110100111111001001001000111000110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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