Html Css Color HEX #5E7668 Sirocco

📋 copy color: '#5E7668'

red 94 ◦ green 118 ◦ blue 104

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

Shades of Sirocco #5E7668

Tints of Sirocco #5E7668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 29.75%
G = 37.34%
B = 32.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#5E7668 (or 0x5E7668) is known color: Sirocco. HEX triplet: 5E, 76 and 68. RGB value is (94,118,104). Sum of RGB (Red+Green+Blue) = 94+118+104=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7668 is #A18997. Grayscale: #6D6D6D. Windows color (decimal): -10586520 or 6846046. OLE color: 6846046.

HSL color Cylindrical-coordinate representation of color #5E7668: hue angle of 145º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E7668 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 104 -
CMYK 0.20 0 0.12 0.54
HSL 145º 0.11% 0.42% -
HSV(B) 145º 0.2% 0.46% -
XYZ 13.59 16.34 15.53 -
YUV 109.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 94 118 104 0.20 0 0.12 0.54 145 0.11 0.42
Hex 5E 76 68 14 0 C 36 91 B 2A
Octal 136 166 150 24 0 14 66 221 13 52
Binary 1011110 1110110 1101000 10100 0 1100 110110 10010001 1011 101010

Color Harmonies of #5E7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7668

Black with #5E7668

Text Example


Text Example

White with #5E7668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,118,104); }

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

background-color css

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

 a { background-color: rgb(94,118,104); }

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

border-color css

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

 span { border-color: rgb(94,118,104); }

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