Html Css Color HEX #5E6762 Sirocco

📋 copy color: '#5E6762'

red 94 ◦ green 103 ◦ blue 98

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

Shades of Sirocco #5E6762

Tints of Sirocco #5E6762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 31.86%
G = 34.92%
B = 33.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#5E6762 (or 0x5E6762) is known color: Sirocco. HEX triplet: 5E, 67 and 62. RGB value is (94,103,98). Sum of RGB (Red+Green+Blue) = 94+103+98=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6762 is #A1989D. Grayscale: #636363. Windows color (decimal): -10590366 or 6448990. OLE color: 6448990.

HSL color Cylindrical-coordinate representation of color #5E6762: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5E6762 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 94 103 98 -
CMYK 0.09 0 0.05 0.60
HSL 146.67º 0.05% 0.39% -
HSV(B) 146.67º 0.09% 0.4% -
XYZ 11.67 12.96 13.44 -
YUV 99.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 94 103 98 0.09 0 0.05 0.60 146.67 0.05 0.39
Hex 5E 67 62 9 0 5 3C 93 5 27
Octal 136 147 142 11 0 5 74 223 5 47
Binary 1011110 1100111 1100010 1001 0 101 111100 10010011 101 100111

Color Harmonies of #5E6762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6762

Black with #5E6762

Text Example


Text Example

White with #5E6762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,103,98); }

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

background-color css

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

 a { background-color: rgb(94,103,98); }

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

border-color css

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

 span { border-color: rgb(94,103,98); }

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