#55A6BF

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

Shades of Viking #55A6BF

Tints of Viking #55A6BF

Color information

#55A6BF (or 0x55A6BF) is unknown color: approx Viking. HEX triplet: 55, A6 and BF. RGB value is (85,166,191). Sum of RGB (Red+Green+Blue) = 85+166+191=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #55A6BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A6BF is #AA5940. Grayscale: #909090. Windows color (decimal): -11163969 or 12559957. OLE color: 12559957.

HSL color Cylindrical-coordinate representation of color #55A6BF: hue angle of 194.15º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55A6BF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85166191-
CMYK0.550.1300.25
HSL194.15º45.3%54.12%-
HSV(B)194.15º55.5%74.9%-
XYZ26.7932.9754.24-
YUV144.63154.1685.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 191 (75% from 255) = 43.21%
R=19.23%
G=37.56%
B=43.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851661910.550.1300.25194.1545.354.12
Hex55A6BF37D019c22d36
Octal12524627767150313025566
Binary10101011010011010111111110111110101100111000010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,166,191); }

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

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

 a { background-color: rgb(85,166,191); }

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

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

 span { border-color: rgb(85,166,191); }

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