#5C7A6B

Color #5C7A6B Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #5C7A6B

Tints of Sirocco #5C7A6B

Color information

#5C7A6B (or 0x5C7A6B) is unknown color: approx Sirocco. HEX triplet: 5C, 7A and 6B. RGB value is (92,122,107). Sum of RGB (Red+Green+Blue) = 92+122+107=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7A6B is #A38594. Grayscale: #6F6F6F. Windows color (decimal): -10716565 or 7043676. OLE color: 7043676.

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

Color convert

RGB92122107-
CMYK0.2500.120.52
HSL150º14.02%41.96%-
HSV(B)150º24.59%47.84%-
XYZ14.0317.2616.5-
YUV111.32125.56114.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=28.66%
G=38.01%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal921221070.2500.120.5215014.0241.96
Hex5C7A6B190C3496e2a
Octal13417215331014642261652
Binary1011100111101011010111100101100110100100101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,122,107); }

 H1.HeaderClassName
 {
   color: #5C7A6B;
 }
 .AnyTagClassName
 {
   color: #5C7A6B;
 }
</style>
background-color css

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

 a { background-color: rgb(92,122,107); }

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

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

 span { border-color: rgb(92,122,107); }

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