#557F8B

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

Shades of Hoki #557F8B

Tints of Hoki #557F8B

Color information

#557F8B (or 0x557F8B) is unknown color: approx Hoki. HEX triplet: 55, 7F and 8B. RGB value is (85,127,139). Sum of RGB (Red+Green+Blue) = 85+127+139=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #557F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F8B is #AA8074. Grayscale: #737373. Windows color (decimal): -11174005 or 9142101. OLE color: 9142101.

HSL color Cylindrical-coordinate representation of color #557F8B: hue angle of 193.33º 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 #557F8B is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85127139-
CMYK0.390.0900.45
HSL193.33º24.11%43.92%-
HSV(B)193.33º38.85%54.51%-
XYZ1618.9727.25-
YUV115.81141.09106.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=24.22%
G=36.18%
B=39.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851271390.390.0900.45193.3324.1143.92
Hex557F8B27902Dc1182c
Octal12517721347110553013054
Binary1010101111111110001011100111100101011011100000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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