Html Css Color HEX #5F7369 Sirocco

📋 copy color: '#5F7369'

red 95 ◦ green 115 ◦ blue 105

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

Shades of Sirocco #5F7369

Tints of Sirocco #5F7369

RGB

 RED value IS 95 (37.5% from 255) = 30.16%

 GREEN value IS 115 (45.31% from 255) = 36.51%

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

R = 30.16%
G = 36.51%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#5F7369 (or 0x5F7369) is known color: Sirocco. HEX triplet: 5F, 73 and 69. RGB value is (95,115,105). Sum of RGB (Red+Green+Blue) = 95+115+105=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7369 is #A08C96. Grayscale: #6B6B6B. Windows color (decimal): -10521751 or 6910815. OLE color: 6910815.

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

Color convert

RGB 95 115 105 -
CMYK 0.17 0 0.09 0.55
HSL 150º 0.1% 0.41% -
HSV(B) 150º 0.17% 0.45% -
XYZ 13.4 15.71 15.69 -
YUV 107.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 95 115 105 0.17 0 0.09 0.55 150 0.1 0.41
Hex 5F 73 69 11 0 9 37 96 A 29
Octal 137 163 151 21 0 11 67 226 12 51
Binary 1011111 1110011 1101001 10001 0 1001 110111 10010110 1010 101001

Color Harmonies of #5F7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7369

Black with #5F7369

Text Example


Text Example

White with #5F7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,115,105); }

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

background-color css

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

 a { background-color: rgb(95,115,105); }

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

border-color css

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

 span { border-color: rgb(95,115,105); }

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