#5E826C

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

Shades of Sirocco #5E826C

Tints of Sirocco #5E826C

Color information

#5E826C (or 0x5E826C) is unknown color: approx Sirocco. HEX triplet: 5E, 82 and 6C. RGB value is (94,130,108). Sum of RGB (Red+Green+Blue) = 94+130+108=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #5E826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E826C is #A17D93. Grayscale: #747474. Windows color (decimal): -10583444 or 7111262. OLE color: 7111262.

HSL color Cylindrical-coordinate representation of color #5E826C: hue angle of 143.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E826C is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB94130108-
CMYK0.2800.170.49
HSL143.33º16.07%43.92%-
HSV(B)143.33º27.69%50.98%-
XYZ15.3119.4317.13-
YUV116.73123.07111.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.31%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=28.31%
G=39.16%
B=32.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal941301080.2800.170.49143.3316.0743.92
Hex5E826C1C011318f102c
Octal13620215434021612172054
Binary1011110100000101101100111000100011100011000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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