Html Css Color HEX #5B7F87 Hoki

📋 copy color: '#5B7F87'

red 91 ◦ green 127 ◦ blue 135

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

Shades of Hoki #5B7F87

Tints of Hoki #5B7F87

RGB

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

 GREEN value IS 127 (50% from 255) = 35.98%

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

R = 25.78%
G = 35.98%
B = 38.24%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B7F87 (or 0x5B7F87) is known color: Hoki. HEX triplet: 5B, 7F and 87. RGB value is (91,127,135). Sum of RGB (Red+Green+Blue) = 91+127+135=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B7F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7F87 is #A48078. Grayscale: #757575. Windows color (decimal): -10780793 or 8879963. OLE color: 8879963.

HSL color Cylindrical-coordinate representation of color #5B7F87: hue angle of 190.91º 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 #5B7F87 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 127 135 -
CMYK 0.33 0.06 0 0.47
HSL 190.91º 0.19% 0.44% -
HSV(B) 190.91º 0.33% 0.53% -
XYZ 16.28 19.15 25.76 -
YUV 117.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 91 127 135 0.33 0.06 0 0.47 190.91 0.19 0.44
Hex 5B 7F 87 21 6 0 2F BF 13 2C
Octal 133 177 207 41 6 0 57 277 23 54
Binary 1011011 1111111 10000111 100001 110 0 101111 10111111 10011 101100

Color Harmonies of #5B7F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7F87

Black with #5B7F87

Text Example


Text Example

White with #5B7F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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