#5A7267

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

Shades of Sirocco #5A7267

Tints of Sirocco #5A7267

Color information

#5A7267 (or 0x5A7267) is unknown color: approx Sirocco. HEX triplet: 5A, 72 and 67. RGB value is (90,114,103). Sum of RGB (Red+Green+Blue) = 90+114+103=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7267 is #A58D98. Grayscale: #696969. Windows color (decimal): -10849689 or 6779482. OLE color: 6779482.

HSL color Cylindrical-coordinate representation of color #5A7267: hue angle of 152.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A7267 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB90114103-
CMYK0.2100.100.55
HSL152.5º11.76%40%-
HSV(B)152.5º21.05%44.71%-
XYZ12.6815.1915.1-
YUV105.57126.55116.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.32%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=29.32%
G=37.13%
B=33.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal901141030.2100.100.55152.511.7640
Hex5A7267150A3798c28
Octal13216214725012672301450
Binary1011010111001011001111010101010110111100110001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,103); }

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

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

 a { background-color: rgb(90,114,103); }

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

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

 span { border-color: rgb(90,114,103); }

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