#5E7F8F

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

Shades of Hoki #5E7F8F

Tints of Hoki #5E7F8F

Color information

#5E7F8F (or 0x5E7F8F) is unknown color: approx Hoki. HEX triplet: 5E, 7F and 8F. RGB value is (94,127,143). Sum of RGB (Red+Green+Blue) = 94+127+143=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E7F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7F8F is #A18070. Grayscale: #767676. Windows color (decimal): -10584177 or 9404254. OLE color: 9404254.

HSL color Cylindrical-coordinate representation of color #5E7F8F: hue angle of 199.59º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E7F8F is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB94127143-
CMYK0.340.1100.44
HSL199.59º20.68%46.47%-
HSV(B)199.59º34.27%56.08%-
XYZ17.1619.5428.85-
YUV118.96141.57110.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.82%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 143 (56.25% from 255) = 39.29%
R=25.82%
G=34.89%
B=39.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal941271430.340.1100.44199.5920.6846.47
Hex5E7F8F22B02Cc8152e
Octal13617721742130543102556
Binary1011110111111110001111100010101101011001100100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E7F8F; }

 p { color: rgb(94,127,143); }

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

<style>
 a { background-color: #5E7F8F; }

 a { background-color: rgb(94,127,143); }

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

<style>
 span { border-color: #5E7F8F; }

 span { border-color: rgb(94,127,143); }

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