Html Css Color HEX #5A7568 Sirocco

📋 copy color: '#5A7568'

red 90 ◦ green 117 ◦ blue 104

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

Shades of Sirocco #5A7568

Tints of Sirocco #5A7568

RGB

 RED value IS 90 (35.55% from 255) = 28.94%

 GREEN value IS 117 (46.09% from 255) = 37.62%

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 28.94%
G = 37.62%
B = 33.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#5A7568 (or 0x5A7568) is known color: Sirocco. HEX triplet: 5A, 75 and 68. RGB value is (90,117,104). Sum of RGB (Red+Green+Blue) = 90+117+104=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7568 is #A58A97. Grayscale: #6B6B6B. Windows color (decimal): -10848920 or 6845786. OLE color: 6845786.

HSL color Cylindrical-coordinate representation of color #5A7568: hue angle of 151.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A7568 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 104 -
CMYK 0.23 0 0.11 0.54
HSL 151.11º 0.13% 0.41% -
HSV(B) 151.11º 0.23% 0.46% -
XYZ 13.08 15.9 15.48 -
YUV 107.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 90 117 104 0.23 0 0.11 0.54 151.11 0.13 0.41
Hex 5A 75 68 17 0 B 36 97 D 29
Octal 132 165 150 27 0 13 66 227 15 51
Binary 1011010 1110101 1101000 10111 0 1011 110110 10010111 1101 101001

Color Harmonies of #5A7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7568

Black with #5A7568

Text Example


Text Example

White with #5A7568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,117,104); }

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

background-color css

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

 a { background-color: rgb(90,117,104); }

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

border-color css

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

 span { border-color: rgb(90,117,104); }

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