Html Css Color HEX #5E7466 Sirocco

📋 copy color: '#5E7466'

red 94 ◦ green 116 ◦ blue 102

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

Shades of Sirocco #5E7466

Tints of Sirocco #5E7466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

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

R = 30.13%
G = 37.18%
B = 32.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#5E7466 (or 0x5E7466) is known color: Sirocco. HEX triplet: 5E, 74 and 66. RGB value is (94,116,102). Sum of RGB (Red+Green+Blue) = 94+116+102=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7466 is #A18B99. Grayscale: #6B6B6B. Windows color (decimal): -10587034 or 6714462. OLE color: 6714462.

HSL color Cylindrical-coordinate representation of color #5E7466: hue angle of 141.82º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E7466 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 102 -
CMYK 0.19 0 0.12 0.55
HSL 141.82º 0.1% 0.41% -
HSV(B) 141.82º 0.19% 0.45% -
XYZ 13.26 15.83 14.93 -
YUV 107.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 94 116 102 0.19 0 0.12 0.55 141.82 0.1 0.41
Hex 5E 74 66 13 0 C 37 8E A 29
Octal 136 164 146 23 0 14 67 216 12 51
Binary 1011110 1110100 1100110 10011 0 1100 110111 10001110 1010 101001

Color Harmonies of #5E7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7466

Black with #5E7466

Text Example


Text Example

White with #5E7466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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