#55AACD

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

Shades of Viking #55AACD

Tints of Viking #55AACD

Color information

#55AACD (or 0x55AACD) is unknown color: approx Viking. HEX triplet: 55, AA and CD. RGB value is (85,170,205). Sum of RGB (Red+Green+Blue) = 85+170+205=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #55AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AACD is #AA5532. Grayscale: #949494. Windows color (decimal): -11162931 or 13478485. OLE color: 13478485.

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

Color convert

RGB85170205-
CMYK0.590.1700.20
HSL197.5º54.55%56.86%-
HSV(B)197.5º58.54%80.39%-
XYZ29.1435.0962.99-
YUV148.57159.8482.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.48%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=18.48%
G=36.96%
B=44.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851702050.590.1700.20197.554.5556.86
Hex55AACD3B11014c63739
Octal12525231573210243066771
Binary101010110101010110011011110111000101010011000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,170,205); }

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

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

 a { background-color: rgb(85,170,205); }

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

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

 span { border-color: rgb(85,170,205); }

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