Html Css Color HEX #5E7664 Sirocco

📋 copy color: '#5E7664'

red 94 ◦ green 118 ◦ blue 100

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

Shades of Sirocco #5E7664

Tints of Sirocco #5E7664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 30.13%
G = 37.82%
B = 32.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#5E7664 (or 0x5E7664) is known color: Sirocco. HEX triplet: 5E, 76 and 64. RGB value is (94,118,100). Sum of RGB (Red+Green+Blue) = 94+118+100=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7664 is #A1899B. Grayscale: #6C6C6C. Windows color (decimal): -10586524 or 6583902. OLE color: 6583902.

HSL color Cylindrical-coordinate representation of color #5E7664: hue angle of 135º 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 #5E7664 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 100 -
CMYK 0.20 0 0.15 0.54
HSL 135º 0.11% 0.42% -
HSV(B) 135º 0.2% 0.46% -
XYZ 13.39 16.26 14.49 -
YUV 108.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 94 118 100 0.20 0 0.15 0.54 135 0.11 0.42
Hex 5E 76 64 14 0 F 36 87 B 2A
Octal 136 166 144 24 0 17 66 207 13 52
Binary 1011110 1110110 1100100 10100 0 1111 110110 10000111 1011 101010

Color Harmonies of #5E7664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7664

Black with #5E7664

Text Example


Text Example

White with #5E7664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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