Html Css Color HEX #5E7F66 Sirocco

📋 copy color: '#5E7F66'

red 94 ◦ green 127 ◦ blue 102

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

Shades of Sirocco #5E7F66

Tints of Sirocco #5E7F66

RGB

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

 GREEN value IS 127 (50% from 255) = 39.32%

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 29.1%
G = 39.32%
B = 31.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#5E7F66 (or 0x5E7F66) is known color: Sirocco. HEX triplet: 5E, 7F and 66. RGB value is (94,127,102). Sum of RGB (Red+Green+Blue) = 94+127+102=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7F66 is #A18099. Grayscale: #727272. Windows color (decimal): -10584218 or 6717278. OLE color: 6717278.

HSL color Cylindrical-coordinate representation of color #5E7F66: hue angle of 134.55º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E7F66 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 127 102 -
CMYK 0.26 0 0.20 0.50
HSL 134.55º 0.15% 0.43% -
HSV(B) 134.55º 0.26% 0.5% -
XYZ 14.6 18.52 15.37 -
YUV 114.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 94 127 102 0.26 0 0.20 0.50 134.55 0.15 0.43
Hex 5E 7F 66 1A 0 14 32 87 F 2B
Octal 136 177 146 32 0 24 62 207 17 53
Binary 1011110 1111111 1100110 11010 0 10100 110010 10000111 1111 101011

Color Harmonies of #5E7F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7F66

Black with #5E7F66

Text Example


Text Example

White with #5E7F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,127,102); }

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

background-color css

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

 a { background-color: rgb(94,127,102); }

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

border-color css

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

 span { border-color: rgb(94,127,102); }

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