Html Css Color HEX #5A7265 Sirocco

📋 copy color: '#5A7265'

red 90 ◦ green 114 ◦ blue 101

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

Shades of Sirocco #5A7265

Tints of Sirocco #5A7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 29.51%
G = 37.38%
B = 33.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#5A7265 (or 0x5A7265) is known color: Sirocco. HEX triplet: 5A, 72 and 65. RGB value is (90,114,101). Sum of RGB (Red+Green+Blue) = 90+114+101=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7265 is #A58D9A. Grayscale: #696969. Windows color (decimal): -10849691 or 6648410. OLE color: 6648410.

HSL color Cylindrical-coordinate representation of color #5A7265: hue angle of 147.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 #5A7265 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 114 101 -
CMYK 0.21 0 0.11 0.55
HSL 147.5º 0.12% 0.4% -
HSV(B) 147.5º 0.21% 0.45% -
XYZ 12.58 15.15 14.57 -
YUV 105.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 90 114 101 0.21 0 0.11 0.55 147.5 0.12 0.4
Hex 5A 72 65 15 0 B 37 94 C 28
Octal 132 162 145 25 0 13 67 224 14 50
Binary 1011010 1110010 1100101 10101 0 1011 110111 10010100 1100 101000

Color Harmonies of #5A7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7265

Black with #5A7265

Text Example


Text Example

White with #5A7265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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