#557C8C

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

Shades of Hoki #557C8C

Tints of Hoki #557C8C

Color information

#557C8C (or 0x557C8C) is unknown color: approx Hoki. HEX triplet: 55, 7C and 8C. RGB value is (85,124,140). Sum of RGB (Red+Green+Blue) = 85+124+140=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #557C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C8C is #AA8373. Grayscale: #727272. Windows color (decimal): -11174772 or 9206869. OLE color: 9206869.

HSL color Cylindrical-coordinate representation of color #557C8C: hue angle of 197.45º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557C8C is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85124140-
CMYK0.390.1100.45
HSL197.45º24.44%44.12%-
HSV(B)197.45º39.29%54.9%-
XYZ15.6918.2427.5-
YUV114.16142.58107.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=24.36%
G=35.53%
B=40.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851241400.390.1100.45197.4524.4444.12
Hex557C8C27B02Dc5182c
Octal12517421447130553053054
Binary1010101111110010001100100111101101011011100010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,124,140); }

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

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

 a { background-color: rgb(85,124,140); }

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

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

 span { border-color: rgb(85,124,140); }

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