Html Css Color HEX #5E7C69 Sirocco

📋 copy color: '#5E7C69'

red 94 ◦ green 124 ◦ blue 105

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

Shades of Sirocco #5E7C69

Tints of Sirocco #5E7C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.39%

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

R = 29.1%
G = 38.39%
B = 32.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#5E7C69 (or 0x5E7C69) is known color: Sirocco. HEX triplet: 5E, 7C and 69. RGB value is (94,124,105). Sum of RGB (Red+Green+Blue) = 94+124+105=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7C69 is #A18396. Grayscale: #707070. Windows color (decimal): -10584983 or 6913118. OLE color: 6913118.

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

Color convert

RGB 94 124 105 -
CMYK 0.24 0 0.15 0.51
HSL 142º 0.14% 0.43% -
HSV(B) 142º 0.24% 0.49% -
XYZ 14.37 17.81 16.05 -
YUV 112.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 94 124 105 0.24 0 0.15 0.51 142 0.14 0.43
Hex 5E 7C 69 18 0 F 33 8E E 2B
Octal 136 174 151 30 0 17 63 216 16 53
Binary 1011110 1111100 1101001 11000 0 1111 110011 10001110 1110 101011

Color Harmonies of #5E7C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7C69

Black with #5E7C69

Text Example


Text Example

White with #5E7C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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