Html Css Color HEX #5E7869 Sirocco

📋 copy color: '#5E7869'

red 94 ◦ green 120 ◦ blue 105

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

Shades of Sirocco #5E7869

Tints of Sirocco #5E7869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.62%

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

R = 29.47%
G = 37.62%
B = 32.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#5E7869 (or 0x5E7869) is known color: Sirocco. HEX triplet: 5E, 78 and 69. RGB value is (94,120,105). Sum of RGB (Red+Green+Blue) = 94+120+105=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7869 is #A18796. Grayscale: #6E6E6E. Windows color (decimal): -10586007 or 6912094. OLE color: 6912094.

HSL color Cylindrical-coordinate representation of color #5E7869: hue angle of 145.38º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E7869 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 120 105 -
CMYK 0.22 0 0.13 0.53
HSL 145.38º 0.12% 0.42% -
HSV(B) 145.38º 0.22% 0.47% -
XYZ 13.88 16.83 15.88 -
YUV 110.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 94 120 105 0.22 0 0.13 0.53 145.38 0.12 0.42
Hex 5E 78 69 16 0 D 35 91 C 2A
Octal 136 170 151 26 0 15 65 221 14 52
Binary 1011110 1111000 1101001 10110 0 1101 110101 10010001 1100 101010

Color Harmonies of #5E7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7869

Black with #5E7869

Text Example


Text Example

White with #5E7869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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