#55A8BA

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

Shades of Viking #55A8BA

Tints of Viking #55A8BA

Color information

#55A8BA (or 0x55A8BA) is unknown color: approx Viking. HEX triplet: 55, A8 and BA. RGB value is (85,168,186). Sum of RGB (Red+Green+Blue) = 85+168+186=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #55A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8BA is #AA5745. Grayscale: #919191. Windows color (decimal): -11163462 or 12232789. OLE color: 12232789.

HSL color Cylindrical-coordinate representation of color #55A8BA: hue angle of 190.69º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55A8BA is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85168186-
CMYK0.540.1000.27
HSL190.69º42.26%53.14%-
HSV(B)190.69º54.3%72.94%-
XYZ26.6133.4851.51-
YUV145.2415185.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=19.36%
G=38.27%
B=42.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851681860.540.1000.27190.6942.2653.14
Hex55A8BA36A01Bbf2a35
Octal12525027266120332775265
Binary10101011010100010111010110110101001101110111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,168,186); }

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

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

 a { background-color: rgb(85,168,186); }

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

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

 span { border-color: rgb(85,168,186); }

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