Html Css Color HEX #5E7D69 Sirocco

📋 copy color: '#5E7D69'

red 94 ◦ green 125 ◦ blue 105

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

Shades of Sirocco #5E7D69

Tints of Sirocco #5E7D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 29.01%
G = 38.58%
B = 32.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#5E7D69 (or 0x5E7D69) is known color: Sirocco. HEX triplet: 5E, 7D and 69. RGB value is (94,125,105). Sum of RGB (Red+Green+Blue) = 94+125+105=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7D69 is #A18296. Grayscale: #717171. Windows color (decimal): -10584727 or 6913374. OLE color: 6913374.

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

Color convert

RGB 94 125 105 -
CMYK 0.25 0 0.16 0.51
HSL 141.29º 0.14% 0.43% -
HSV(B) 141.29º 0.25% 0.49% -
XYZ 14.5 18.07 16.09 -
YUV 113.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 94 125 105 0.25 0 0.16 0.51 141.29 0.14 0.43
Hex 5E 7D 69 19 0 10 33 8D E 2B
Octal 136 175 151 31 0 20 63 215 16 53
Binary 1011110 1111101 1101001 11001 0 10000 110011 10001101 1110 101011

Color Harmonies of #5E7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7D69

Black with #5E7D69

Text Example


Text Example

White with #5E7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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