Html Css Color HEX #5F876C Sirocco

📋 copy color: '#5F876C'

red 95 ◦ green 135 ◦ blue 108

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

Shades of Sirocco #5F876C

Tints of Sirocco #5F876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.94%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 28.11%
G = 39.94%
B = 31.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#5F876C (or 0x5F876C) is known color: Sirocco. HEX triplet: 5F, 87 and 6C. RGB value is (95,135,108). Sum of RGB (Red+Green+Blue) = 95+135+108=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #5F876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F876C is #A07893. Grayscale: #787878. Windows color (decimal): -10516628 or 7112543. OLE color: 7112543.

HSL color Cylindrical-coordinate representation of color #5F876C: hue angle of 139.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F876C is Cyan = 0.30, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 135 108 -
CMYK 0.30 0 0.2 0.47
HSL 139.5º 0.17% 0.45% -
HSV(B) 139.5º 0.3% 0.53% -
XYZ 16.09 20.84 17.36 -
YUV 119.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 95 135 108 0.30 0 0.2 0.47 139.5 0.17 0.45
Hex 5F 87 6C 1E 0 14 2F 8C 11 2D
Octal 137 207 154 36 0 24 57 214 21 55
Binary 1011111 10000111 1101100 11110 0 10100 101111 10001100 10001 101101

Color Harmonies of #5F876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F876C

Black with #5F876C

Text Example


Text Example

White with #5F876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,135,108); }

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

background-color css

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

 a { background-color: rgb(95,135,108); }

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

border-color css

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

 span { border-color: rgb(95,135,108); }

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