#55A4C3

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

Shades of Viking #55A4C3

Tints of Viking #55A4C3

Color information

#55A4C3 (or 0x55A4C3) is unknown color: approx Viking. HEX triplet: 55, A4 and C3. RGB value is (85,164,195). Sum of RGB (Red+Green+Blue) = 85+164+195=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #55A4C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A4C3 is #AA5B3C. Grayscale: #8F8F8F. Windows color (decimal): -11164477 or 12821589. OLE color: 12821589.

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

Color convert

RGB85164195-
CMYK0.560.1600.24
HSL196.91º47.83%54.9%-
HSV(B)196.91º56.41%76.47%-
XYZ26.8732.4256.47-
YUV143.91156.8385.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.14%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 195 (76.56% from 255) = 43.92%
R=19.14%
G=36.94%
B=43.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851641950.560.1600.24196.9147.8354.9
Hex55A4C33810018c53037
Octal12524430370200303056067
Binary101010110100100110000111110001000001100011000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,164,195); }

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

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

 a { background-color: rgb(85,164,195); }

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

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

 span { border-color: rgb(85,164,195); }

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