Html Css Color HEX #5A846B Sirocco

📋 copy color: '#5A846B'

red 90 ◦ green 132 ◦ blue 107

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

Shades of Sirocco #5A846B

Tints of Sirocco #5A846B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 27.36%
G = 40.12%
B = 32.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#5A846B (or 0x5A846B) is known color: Sirocco. HEX triplet: 5A, 84 and 6B. RGB value is (90,132,107). Sum of RGB (Red+Green+Blue) = 90+132+107=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #5A846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A846B is #A57B94. Grayscale: #747474. Windows color (decimal): -10845077 or 7046234. OLE color: 7046234.

HSL color Cylindrical-coordinate representation of color #5A846B: hue angle of 144.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A846B is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 132 107 -
CMYK 0.32 0 0.19 0.48
HSL 144.29º 0.19% 0.44% -
HSV(B) 144.29º 0.32% 0.52% -
XYZ 15.12 19.74 16.92 -
YUV 116.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 90 132 107 0.32 0 0.19 0.48 144.29 0.19 0.44
Hex 5A 84 6B 20 0 13 30 90 13 2C
Octal 132 204 153 40 0 23 60 220 23 54
Binary 1011010 10000100 1101011 100000 0 10011 110000 10010000 10011 101100

Color Harmonies of #5A846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A846B

Black with #5A846B

Text Example


Text Example

White with #5A846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,132,107); }

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

background-color css

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

 a { background-color: rgb(90,132,107); }

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

border-color css

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

 span { border-color: rgb(90,132,107); }

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