Html Css Color HEX #5E7E68 Sirocco

📋 copy color: '#5E7E68'

red 94 ◦ green 126 ◦ blue 104

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

Shades of Sirocco #5E7E68

Tints of Sirocco #5E7E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.1%

R = 29.01%
G = 38.89%
B = 32.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#5E7E68 (or 0x5E7E68) is known color: Sirocco. HEX triplet: 5E, 7E and 68. RGB value is (94,126,104). Sum of RGB (Red+Green+Blue) = 94+126+104=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7E68 is #A18197. Grayscale: #717171. Windows color (decimal): -10584472 or 6848094. OLE color: 6848094.

HSL color Cylindrical-coordinate representation of color #5E7E68: hue angle of 138.75º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7E68 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 126 104 -
CMYK 0.25 0 0.17 0.51
HSL 138.75º 0.15% 0.43% -
HSV(B) 138.75º 0.25% 0.49% -
XYZ 14.58 18.3 15.86 -
YUV 113.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 94 126 104 0.25 0 0.17 0.51 138.75 0.15 0.43
Hex 5E 7E 68 19 0 11 33 8B F 2B
Octal 136 176 150 31 0 21 63 213 17 53
Binary 1011110 1111110 1101000 11001 0 10001 110011 10001011 1111 101011

Color Harmonies of #5E7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7E68

Black with #5E7E68

Text Example


Text Example

White with #5E7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,126,104); }

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

background-color css

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

 a { background-color: rgb(94,126,104); }

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

border-color css

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

 span { border-color: rgb(94,126,104); }

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