Html Css Color HEX #5F7367 Sirocco

📋 copy color: '#5F7367'

red 95 ◦ green 115 ◦ blue 103

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

Shades of Sirocco #5F7367

Tints of Sirocco #5F7367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.91%

R = 30.35%
G = 36.74%
B = 32.91%

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

#5F7367 (or 0x5F7367) is known color: Sirocco. HEX triplet: 5F, 73 and 67. RGB value is (95,115,103). Sum of RGB (Red+Green+Blue) = 95+115+103=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7367 is #A08C98. Grayscale: #6B6B6B. Windows color (decimal): -10521753 or 6779743. OLE color: 6779743.

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

Color convert

RGB 95 115 103 -
CMYK 0.17 0 0.10 0.55
HSL 144º 0.1% 0.41% -
HSV(B) 144º 0.17% 0.45% -
XYZ 13.3 15.67 15.16 -
YUV 107.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 95 115 103 0.17 0 0.10 0.55 144 0.1 0.41
Hex 5F 73 67 11 0 A 37 90 A 29
Octal 137 163 147 21 0 12 67 220 12 51
Binary 1011111 1110011 1100111 10001 0 1010 110111 10010000 1010 101001

Color Harmonies of #5F7367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7367

Black with #5F7367

Text Example


Text Example

White with #5F7367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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