Html Css Color HEX #5B7C8E Hoki

📋 copy color: '#5B7C8E'

red 91 ◦ green 124 ◦ blue 142

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

Shades of Hoki #5B7C8E

Tints of Hoki #5B7C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.73%

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 25.49%
G = 34.73%
B = 39.78%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B7C8E (or 0x5B7C8E) is known color: Hoki. HEX triplet: 5B, 7C and 8E. RGB value is (91,124,142). Sum of RGB (Red+Green+Blue) = 91+124+142=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B7C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7C8E is #A48371. Grayscale: #747474. Windows color (decimal): -10781554 or 9337947. OLE color: 9337947.

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

Color convert

RGB 91 124 142 -
CMYK 0.36 0.13 0 0.44
HSL 201.18º 0.22% 0.46% -
HSV(B) 201.18º 0.36% 0.56% -
XYZ 16.4 18.59 28.32 -
YUV 116.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 91 124 142 0.36 0.13 0 0.44 201.18 0.22 0.46
Hex 5B 7C 8E 24 D 0 2C C9 16 2E
Octal 133 174 216 44 15 0 54 311 26 56
Binary 1011011 1111100 10001110 100100 1101 0 101100 11001001 10110 101110

Color Harmonies of #5B7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7C8E

Black with #5B7C8E

Text Example


Text Example

White with #5B7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,124,142); }

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

background-color css

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

 a { background-color: rgb(91,124,142); }

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

border-color css

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

 span { border-color: rgb(91,124,142); }

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