#55A9C1

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

Shades of Viking #55A9C1

Tints of Viking #55A9C1

Color information

#55A9C1 (or 0x55A9C1) is unknown color: approx Viking. HEX triplet: 55, A9 and C1. RGB value is (85,169,193). Sum of RGB (Red+Green+Blue) = 85+169+193=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #55A9C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A9C1 is #AA563E. Grayscale: #929292. Windows color (decimal): -11163199 or 12691797. OLE color: 12691797.

HSL color Cylindrical-coordinate representation of color #55A9C1: hue angle of 193.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55A9C1 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85169193-
CMYK0.560.1200.24
HSL193.33º46.55%54.51%-
HSV(B)193.33º55.96%75.69%-
XYZ27.5634.1655.59-
YUV146.62154.1784.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=19.02%
G=37.81%
B=43.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851691930.560.1200.24193.3346.5554.51
Hex55A9C138C018c12f37
Octal12525130170140303015767
Binary10101011010100111000001111000110001100011000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,193); }

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

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

 a { background-color: rgb(85,169,193); }

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

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

 span { border-color: rgb(85,169,193); }

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