Html Css Color HEX #5E6667 River Bed

📋 copy color: '#5E6667'

red 94 ◦ green 102 ◦ blue 103

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

Shades of River Bed #5E6667

Tints of River Bed #5E6667

RGB

 RED value IS 94 (37.11% from 255) = 31.44%

 GREEN value IS 102 (40.23% from 255) = 34.11%

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 31.44%
G = 34.11%
B = 34.45%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5E6667 (or 0x5E6667) is known color: River Bed. HEX triplet: 5E, 66 and 67. RGB value is (94,102,103). Sum of RGB (Red+Green+Blue) = 94+102+103=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E6667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6667 is #A19998. Grayscale: #636363. Windows color (decimal): -10590617 or 6776414. OLE color: 6776414.

HSL color Cylindrical-coordinate representation of color #5E6667: hue angle of 186.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5E6667 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 94 102 103 -
CMYK 0.09 0.01 0 0.60
HSL 186.67º 0.05% 0.39% -
HSV(B) 186.67º 0.09% 0.4% -
XYZ 11.82 12.86 14.69 -
YUV 99.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 94 102 103 0.09 0.01 0 0.60 186.67 0.05 0.39
Hex 5E 66 67 9 1 0 3C BB 5 27
Octal 136 146 147 11 1 0 74 273 5 47
Binary 1011110 1100110 1100111 1001 1 0 111100 10111011 101 100111

Color Harmonies of #5E6667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6667

Black with #5E6667

Text Example


Text Example

White with #5E6667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,102,103); }

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

background-color css

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

 a { background-color: rgb(94,102,103); }

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

border-color css

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

 span { border-color: rgb(94,102,103); }

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