Html Css Color HEX #5E7D68 Sirocco

📋 copy color: '#5E7D68'

red 94 ◦ green 125 ◦ blue 104

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

Shades of Sirocco #5E7D68

Tints of Sirocco #5E7D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.7%

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

R = 29.1%
G = 38.7%
B = 32.2%

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

#5E7D68 (or 0x5E7D68) is known color: Sirocco. HEX triplet: 5E, 7D and 68. RGB value is (94,125,104). Sum of RGB (Red+Green+Blue) = 94+125+104=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7D68 is #A18297. Grayscale: #717171. Windows color (decimal): -10584728 or 6847838. OLE color: 6847838.

HSL color Cylindrical-coordinate representation of color #5E7D68: hue angle of 139.35º degrees, saturation: 0.14, 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 #5E7D68 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 125 104 -
CMYK 0.25 0 0.17 0.51
HSL 139.35º 0.14% 0.43% -
HSV(B) 139.35º 0.25% 0.49% -
XYZ 14.45 18.05 15.82 -
YUV 113.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 94 125 104 0.25 0 0.17 0.51 139.35 0.14 0.43
Hex 5E 7D 68 19 0 11 33 8B E 2B
Octal 136 175 150 31 0 21 63 213 16 53
Binary 1011110 1111101 1101000 11001 0 10001 110011 10001011 1110 101011

Color Harmonies of #5E7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7D68

Black with #5E7D68

Text Example


Text Example

White with #5E7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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