Html Css Color HEX #5E6763 Sirocco

📋 copy color: '#5E6763'

red 94 ◦ green 103 ◦ blue 99

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

Shades of Sirocco #5E6763

Tints of Sirocco #5E6763

RGB

 RED value IS 94 (37.11% from 255) = 31.76%

 GREEN value IS 103 (40.63% from 255) = 34.8%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 31.76%
G = 34.8%
B = 33.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#5E6763 (or 0x5E6763) is known color: Sirocco. HEX triplet: 5E, 67 and 63. RGB value is (94,103,99). Sum of RGB (Red+Green+Blue) = 94+103+99=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6763 is #A1989C. Grayscale: #636363. Windows color (decimal): -10590365 or 6514526. OLE color: 6514526.

HSL color Cylindrical-coordinate representation of color #5E6763: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5E6763 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 94 103 99 -
CMYK 0.09 0 0.04 0.60
HSL 153.33º 0.05% 0.39% -
HSV(B) 153.33º 0.09% 0.4% -
XYZ 11.72 12.98 13.69 -
YUV 99.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 94 103 99 0.09 0 0.04 0.60 153.33 0.05 0.39
Hex 5E 67 63 9 0 4 3C 99 5 27
Octal 136 147 143 11 0 4 74 231 5 47
Binary 1011110 1100111 1100011 1001 0 100 111100 10011001 101 100111

Color Harmonies of #5E6763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6763

Black with #5E6763

Text Example


Text Example

White with #5E6763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,103,99); }

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

background-color css

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

 a { background-color: rgb(94,103,99); }

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

border-color css

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

 span { border-color: rgb(94,103,99); }

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