Html Css Color HEX #5C7366 Sirocco

📋 copy color: '#5C7366'

red 92 ◦ green 115 ◦ blue 102

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

Shades of Sirocco #5C7366

Tints of Sirocco #5C7366

RGB

 RED value IS 92 (36.33% from 255) = 29.77%

 GREEN value IS 115 (45.31% from 255) = 37.22%

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 29.77%
G = 37.22%
B = 33.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#5C7366 (or 0x5C7366) is known color: Sirocco. HEX triplet: 5C, 73 and 66. RGB value is (92,115,102). Sum of RGB (Red+Green+Blue) = 92+115+102=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7366 is #A38C99. Grayscale: #6A6A6A. Windows color (decimal): -10718362 or 6714204. OLE color: 6714204.

HSL color Cylindrical-coordinate representation of color #5C7366: hue angle of 146.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C7366 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 115 102 -
CMYK 0.20 0 0.11 0.55
HSL 146.09º 0.11% 0.41% -
HSV(B) 146.09º 0.2% 0.45% -
XYZ 12.94 15.5 14.88 -
YUV 106.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 92 115 102 0.20 0 0.11 0.55 146.09 0.11 0.41
Hex 5C 73 66 14 0 B 37 92 B 29
Octal 134 163 146 24 0 13 67 222 13 51
Binary 1011100 1110011 1100110 10100 0 1011 110111 10010010 1011 101001

Color Harmonies of #5C7366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7366

Black with #5C7366

Text Example


Text Example

White with #5C7366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,115,102); }

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

background-color css

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

 a { background-color: rgb(92,115,102); }

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

border-color css

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

 span { border-color: rgb(92,115,102); }

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