#55A5C1

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

Shades of Viking #55A5C1

Tints of Viking #55A5C1

Color information

#55A5C1 (or 0x55A5C1) is unknown color: approx Viking. HEX triplet: 55, A5 and C1. RGB value is (85,165,193). Sum of RGB (Red+Green+Blue) = 85+165+193=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #55A5C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A5C1 is #AA5A3E. Grayscale: #909090. Windows color (decimal): -11164223 or 12690773. OLE color: 12690773.

HSL color Cylindrical-coordinate representation of color #55A5C1: hue angle of 195.56º 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 #55A5C1 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85165193-
CMYK0.560.1500.24
HSL195.56º46.55%54.51%-
HSV(B)195.56º55.96%75.69%-
XYZ26.8332.6955.35-
YUV144.27155.585.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.19%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=19.19%
G=37.25%
B=43.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851651930.560.1500.24195.5646.5554.51
Hex55A5C138F018c42f37
Octal12524530170170303045767
Binary10101011010010111000001111000111101100011000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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