Html Css Color HEX #5B818E Hoki

📋 copy color: '#5B818E'

red 91 ◦ green 129 ◦ blue 142

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

Shades of Hoki #5B818E

Tints of Hoki #5B818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.64%

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

R = 25.14%
G = 35.64%
B = 39.23%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B818E (or 0x5B818E) is known color: Hoki. HEX triplet: 5B, 81 and 8E. RGB value is (91,129,142). Sum of RGB (Red+Green+Blue) = 91+129+142=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B818E is #A47E71. Grayscale: #777777. Windows color (decimal): -10780274 or 9339227. OLE color: 9339227.

HSL color Cylindrical-coordinate representation of color #5B818E: hue angle of 195.29º 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 #5B818E is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 129 142 -
CMYK 0.36 0.09 0 0.44
HSL 195.29º 0.22% 0.46% -
HSV(B) 195.29º 0.36% 0.56% -
XYZ 17.05 19.88 28.53 -
YUV 119.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 91 129 142 0.36 0.09 0 0.44 195.29 0.22 0.46
Hex 5B 81 8E 24 9 0 2C C3 16 2E
Octal 133 201 216 44 11 0 54 303 26 56
Binary 1011011 10000001 10001110 100100 1001 0 101100 11000011 10110 101110

Color Harmonies of #5B818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B818E

Black with #5B818E

Text Example


Text Example

White with #5B818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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