Html Css Color HEX #5B7E86 Hoki

📋 copy color: '#5B7E86'

red 91 ◦ green 126 ◦ blue 134

#5B7E86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #5B7E86

Tints of Hoki #5B7E86

RGB

 RED value IS 91 (35.94% from 255) = 25.93%

 GREEN value IS 126 (49.61% from 255) = 35.9%

 BLUE value IS 134 (52.73% from 255) = 38.18%

R = 25.93%
G = 35.9%
B = 38.18%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B7E86 (or 0x5B7E86) is known color: Hoki. HEX triplet: 5B, 7E and 86. RGB value is (91,126,134). Sum of RGB (Red+Green+Blue) = 91+126+134=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B7E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7E86 is #A48179. Grayscale: #747474. Windows color (decimal): -10781050 or 8814171. OLE color: 8814171.

HSL color Cylindrical-coordinate representation of color #5B7E86: hue angle of 191.16º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B7E86 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 126 134 -
CMYK 0.32 0.06 0 0.47
HSL 191.16º 0.19% 0.44% -
HSV(B) 191.16º 0.32% 0.53% -
XYZ 16.08 18.87 25.35 -
YUV 116.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 91 126 134 0.32 0.06 0 0.47 191.16 0.19 0.44
Hex 5B 7E 86 20 6 0 2F BF 13 2C
Octal 133 176 206 40 6 0 57 277 23 54
Binary 1011011 1111110 10000110 100000 110 0 101111 10111111 10011 101100

Color Harmonies of #5B7E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7E86

Black with #5B7E86

Text Example


Text Example

White with #5B7E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,126,134); }

 H1.HeaderClassName
 {
   color: #5B7E86;
 }
 .AnyTagClassName
 {
   color: #5B7E86;
 }
</style>

background-color css

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

 a { background-color: rgb(91,126,134); }

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

border-color css

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

 span { border-color: rgb(91,126,134); }

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