Html Css Color HEX #5E7B6C Sirocco

📋 copy color: '#5E7B6C'

red 94 ◦ green 123 ◦ blue 108

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

Shades of Sirocco #5E7B6C

Tints of Sirocco #5E7B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.85%

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 28.92%
G = 37.85%
B = 33.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#5E7B6C (or 0x5E7B6C) is known color: Sirocco. HEX triplet: 5E, 7B and 6C. RGB value is (94,123,108). Sum of RGB (Red+Green+Blue) = 94+123+108=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B6C is #A18493. Grayscale: #707070. Windows color (decimal): -10585236 or 7109470. OLE color: 7109470.

HSL color Cylindrical-coordinate representation of color #5E7B6C: hue angle of 148.97º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E7B6C is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 123 108 -
CMYK 0.24 0 0.12 0.52
HSL 148.97º 0.13% 0.43% -
HSV(B) 148.97º 0.24% 0.48% -
XYZ 14.41 17.63 16.83 -
YUV 112.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 94 123 108 0.24 0 0.12 0.52 148.97 0.13 0.43
Hex 5E 7B 6C 18 0 C 34 95 D 2B
Octal 136 173 154 30 0 14 64 225 15 53
Binary 1011110 1111011 1101100 11000 0 1100 110100 10010101 1101 101011

Color Harmonies of #5E7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7B6C

Black with #5E7B6C

Text Example


Text Example

White with #5E7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,123,108); }

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

background-color css

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

 a { background-color: rgb(94,123,108); }

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

border-color css

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

 span { border-color: rgb(94,123,108); }

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