Html Css Color HEX #5E7D6B Sirocco

📋 copy color: '#5E7D6B'

red 94 ◦ green 125 ◦ blue 107

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

Shades of Sirocco #5E7D6B

Tints of Sirocco #5E7D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 28.83%
G = 38.34%
B = 32.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#5E7D6B (or 0x5E7D6B) is known color: Sirocco. HEX triplet: 5E, 7D and 6B. RGB value is (94,125,107). Sum of RGB (Red+Green+Blue) = 94+125+107=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7D6B is #A18294. Grayscale: #717171. Windows color (decimal): -10584725 or 7044446. OLE color: 7044446.

HSL color Cylindrical-coordinate representation of color #5E7D6B: hue angle of 145.16º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7D6B is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 125 107 -
CMYK 0.25 0 0.14 0.51
HSL 145.16º 0.14% 0.43% -
HSV(B) 145.16º 0.25% 0.49% -
XYZ 14.6 18.11 16.64 -
YUV 113.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 94 125 107 0.25 0 0.14 0.51 145.16 0.14 0.43
Hex 5E 7D 6B 19 0 E 33 91 E 2B
Octal 136 175 153 31 0 16 63 221 16 53
Binary 1011110 1111101 1101011 11001 0 1110 110011 10010001 1110 101011

Color Harmonies of #5E7D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7D6B

Black with #5E7D6B

Text Example


Text Example

White with #5E7D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,125,107); }

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

background-color css

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

 a { background-color: rgb(94,125,107); }

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

border-color css

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

 span { border-color: rgb(94,125,107); }

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