#5F7E83

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

Shades of Hoki #5F7E83

Tints of Hoki #5F7E83

Color information

#5F7E83 (or 0x5F7E83) is unknown color: approx Hoki. HEX triplet: 5F, 7E and 83. RGB value is (95,126,131). Sum of RGB (Red+Green+Blue) = 95+126+131=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F7E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7E83 is #A0817C. Grayscale: #757575. Windows color (decimal): -10518909 or 8617567. OLE color: 8617567.

HSL color Cylindrical-coordinate representation of color #5F7E83: hue angle of 188.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F7E83 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB95126131-
CMYK0.270.0400.49
HSL188.33º15.93%44.31%-
HSV(B)188.33º27.48%51.37%-
XYZ16.2818.9924.28-
YUV117.3135.73112.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=26.99%
G=35.80%
B=37.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951261310.270.0400.49188.3315.9344.31
Hex5F7E831B4031bc102c
Octal1371762033340612742054
Binary10111111111110100000111101110001100011011110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,126,131); }

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

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

 a { background-color: rgb(95,126,131); }

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

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

 span { border-color: rgb(95,126,131); }

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