Html Css Color HEX #5E7468 Sirocco

📋 copy color: '#5E7468'

red 94 ◦ green 116 ◦ blue 104

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

Shades of Sirocco #5E7468

Tints of Sirocco #5E7468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

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

R = 29.94%
G = 36.94%
B = 33.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#5E7468 (or 0x5E7468) is known color: Sirocco. HEX triplet: 5E, 74 and 68. RGB value is (94,116,104). Sum of RGB (Red+Green+Blue) = 94+116+104=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7468 is #A18B97. Grayscale: #6C6C6C. Windows color (decimal): -10587032 or 6845534. OLE color: 6845534.

HSL color Cylindrical-coordinate representation of color #5E7468: hue angle of 147.27º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E7468 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 104 -
CMYK 0.19 0 0.10 0.55
HSL 147.27º 0.1% 0.41% -
HSV(B) 147.27º 0.19% 0.45% -
XYZ 13.36 15.87 15.46 -
YUV 108.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 94 116 104 0.19 0 0.10 0.55 147.27 0.1 0.41
Hex 5E 74 68 13 0 A 37 93 A 29
Octal 136 164 150 23 0 12 67 223 12 51
Binary 1011110 1110100 1101000 10011 0 1010 110111 10010011 1010 101001

Color Harmonies of #5E7468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7468

Black with #5E7468

Text Example


Text Example

White with #5E7468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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