#557F8D

Color #557F8D Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #557F8D

Tints of Hoki #557F8D

Color information

#557F8D (or 0x557F8D) is unknown color: approx Hoki. HEX triplet: 55, 7F and 8D. RGB value is (85,127,141). Sum of RGB (Red+Green+Blue) = 85+127+141=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #557F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F8D is #AA8072. Grayscale: #737373. Windows color (decimal): -11174003 or 9273173. OLE color: 9273173.

HSL color Cylindrical-coordinate representation of color #557F8D: hue angle of 195º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557F8D is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85127141-
CMYK0.400.1000.45
HSL195º24.78%44.31%-
HSV(B)195º39.72%55.29%-
XYZ16.1419.0328.02-
YUV116.04142.09105.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=24.08%
G=35.98%
B=39.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851271410.400.1000.4519524.7844.31
Hex557F8D28A02Dc3192c
Octal12517721550120553033154
Binary1010101111111110001101101000101001011011100001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557F8D; }

 p { color: rgb(85,127,141); }

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

<style>
 a { background-color: #557F8D; }

 a { background-color: rgb(85,127,141); }

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

<style>
 span { border-color: #557F8D; }

 span { border-color: rgb(85,127,141); }

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