Html Css Color HEX #5B7E87 Hoki

📋 copy color: '#5B7E87'

red 91 ◦ green 126 ◦ blue 135

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

Shades of Hoki #5B7E87

Tints of Hoki #5B7E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.35%

R = 25.85%
G = 35.8%
B = 38.35%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B7E87 (or 0x5B7E87) is known color: Hoki. HEX triplet: 5B, 7E and 87. RGB value is (91,126,135). Sum of RGB (Red+Green+Blue) = 91+126+135=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B7E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7E87 is #A48178. Grayscale: #747474. Windows color (decimal): -10781049 or 8879707. OLE color: 8879707.

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

Color convert

RGB 91 126 135 -
CMYK 0.33 0.07 0 0.47
HSL 192.27º 0.19% 0.44% -
HSV(B) 192.27º 0.33% 0.53% -
XYZ 16.15 18.9 25.72 -
YUV 116.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 91 126 135 0.33 0.07 0 0.47 192.27 0.19 0.44
Hex 5B 7E 87 21 7 0 2F C0 13 2C
Octal 133 176 207 41 7 0 57 300 23 54
Binary 1011011 1111110 10000111 100001 111 0 101111 11000000 10011 101100

Color Harmonies of #5B7E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7E87

Black with #5B7E87

Text Example


Text Example

White with #5B7E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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