Html Css Color HEX #5F6562 Sirocco

📋 copy color: '#5F6562'

red 95 ◦ green 101 ◦ blue 98

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

Shades of Sirocco #5F6562

Tints of Sirocco #5F6562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 32.31%
G = 34.35%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#5F6562 (or 0x5F6562) is known color: Sirocco. HEX triplet: 5F, 65 and 62. RGB value is (95,101,98). Sum of RGB (Red+Green+Blue) = 95+101+98=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6562 is #A09A9D. Grayscale: #626262. Windows color (decimal): -10525342 or 6448479. OLE color: 6448479.

HSL color Cylindrical-coordinate representation of color #5F6562: hue angle of 150º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5F6562 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 95 101 98 -
CMYK 0.06 0 0.03 0.60
HSL 150º 0.03% 0.38% -
HSV(B) 150º 0.06% 0.4% -
XYZ 11.58 12.62 13.38 -
YUV 98.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 95 101 98 0.06 0 0.03 0.60 150 0.03 0.38
Hex 5F 65 62 6 0 3 3C 96 3 26
Octal 137 145 142 6 0 3 74 226 3 46
Binary 1011111 1100101 1100010 110 0 11 111100 10010110 11 100110

Color Harmonies of #5F6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6562

Black with #5F6562

Text Example


Text Example

White with #5F6562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,101,98); }

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

background-color css

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

 a { background-color: rgb(95,101,98); }

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

border-color css

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

 span { border-color: rgb(95,101,98); }

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