Html Css Color HEX #5F7368 Sirocco

📋 copy color: '#5F7368'

red 95 ◦ green 115 ◦ blue 104

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

Shades of Sirocco #5F7368

Tints of Sirocco #5F7368

RGB

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

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

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

R = 30.25%
G = 36.62%
B = 33.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#5F7368 (or 0x5F7368) is known color: Sirocco. HEX triplet: 5F, 73 and 68. RGB value is (95,115,104). Sum of RGB (Red+Green+Blue) = 95+115+104=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7368 is #A08C97. Grayscale: #6B6B6B. Windows color (decimal): -10521752 or 6845279. OLE color: 6845279.

HSL color Cylindrical-coordinate representation of color #5F7368: hue angle of 147º 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 #5F7368 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 104 -
CMYK 0.17 0 0.10 0.55
HSL 147º 0.1% 0.41% -
HSV(B) 147º 0.17% 0.45% -
XYZ 13.35 15.69 15.42 -
YUV 107.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 95 115 104 0.17 0 0.10 0.55 147 0.1 0.41
Hex 5F 73 68 11 0 A 37 93 A 29
Octal 137 163 150 21 0 12 67 223 12 51
Binary 1011111 1110011 1101000 10001 0 1010 110111 10010011 1010 101001

Color Harmonies of #5F7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7368

Black with #5F7368

Text Example


Text Example

White with #5F7368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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