Html Css Color HEX #5A7465 Sirocco

📋 copy color: '#5A7465'

red 90 ◦ green 116 ◦ blue 101

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

Shades of Sirocco #5A7465

Tints of Sirocco #5A7465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.79%

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 29.32%
G = 37.79%
B = 32.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#5A7465 (or 0x5A7465) is known color: Sirocco. HEX triplet: 5A, 74 and 65. RGB value is (90,116,101). Sum of RGB (Red+Green+Blue) = 90+116+101=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7465 is #A58B9A. Grayscale: #6A6A6A. Windows color (decimal): -10849179 or 6648922. OLE color: 6648922.

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

Color convert

RGB 90 116 101 -
CMYK 0.22 0 0.13 0.55
HSL 145.38º 0.13% 0.4% -
HSV(B) 145.38º 0.22% 0.45% -
XYZ 12.81 15.6 14.65 -
YUV 106.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 90 116 101 0.22 0 0.13 0.55 145.38 0.13 0.4
Hex 5A 74 65 16 0 D 37 91 D 28
Octal 132 164 145 26 0 15 67 221 15 50
Binary 1011010 1110100 1100101 10110 0 1101 110111 10010001 1101 101000

Color Harmonies of #5A7465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7465

Black with #5A7465

Text Example


Text Example

White with #5A7465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,101); }

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

background-color css

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

 a { background-color: rgb(90,116,101); }

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

border-color css

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

 span { border-color: rgb(90,116,101); }

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