#55A6C4

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

Shades of Viking #55A6C4

Tints of Viking #55A6C4

Color information

#55A6C4 (or 0x55A6C4) is unknown color: approx Viking. HEX triplet: 55, A6 and C4. RGB value is (85,166,196). Sum of RGB (Red+Green+Blue) = 85+166+196=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #55A6C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A6C4 is #AA593B. Grayscale: #919191. Windows color (decimal): -11163964 or 12887637. OLE color: 12887637.

HSL color Cylindrical-coordinate representation of color #55A6C4: hue angle of 196.22º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55A6C4 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85166196-
CMYK0.570.1500.23
HSL196.22º48.47%55.1%-
HSV(B)196.22º56.63%76.86%-
XYZ27.3533.1957.19-
YUV145.2156.6685.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=19.02%
G=37.14%
B=43.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851661960.570.1500.23196.2248.4755.1
Hex55A6C439F017c43037
Octal12524630471170273046067
Binary10101011010011011000100111001111101011111000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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