#55AACA

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

Shades of Viking #55AACA

Tints of Viking #55AACA

Color information

#55AACA (or 0x55AACA) is unknown color: approx Viking. HEX triplet: 55, AA and CA. RGB value is (85,170,202). Sum of RGB (Red+Green+Blue) = 85+170+202=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #55AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AACA is #AA5535. Grayscale: #949494. Windows color (decimal): -11162934 or 13281877. OLE color: 13281877.

HSL color Cylindrical-coordinate representation of color #55AACA: hue angle of 196.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55AACA is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85170202-
CMYK0.580.1600.21
HSL196.41º52.47%56.27%-
HSV(B)196.41º57.92%79.22%-
XYZ28.7834.9561.11-
YUV148.23158.3482.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=18.60%
G=37.20%
B=44.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851702020.580.1600.21196.4152.4756.27
Hex55AACA3A10015c43438
Octal12525231272200253046470
Binary101010110101010110010101110101000001010111000100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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