Html Css Color HEX #5A856B Sirocco

📋 copy color: '#5A856B'

red 90 ◦ green 133 ◦ blue 107

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

Shades of Sirocco #5A856B

Tints of Sirocco #5A856B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 27.27%
G = 40.3%
B = 32.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#5A856B (or 0x5A856B) is known color: Sirocco. HEX triplet: 5A, 85 and 6B. RGB value is (90,133,107). Sum of RGB (Red+Green+Blue) = 90+133+107=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #5A856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A856B is #A57A94. Grayscale: #757575. Windows color (decimal): -10844821 or 7046490. OLE color: 7046490.

HSL color Cylindrical-coordinate representation of color #5A856B: hue angle of 143.72º 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 #5A856B is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 107 -
CMYK 0.32 0 0.20 0.48
HSL 143.72º 0.19% 0.44% -
HSV(B) 143.72º 0.32% 0.52% -
XYZ 15.26 20.01 16.97 -
YUV 117.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 90 133 107 0.32 0 0.20 0.48 143.72 0.19 0.44
Hex 5A 85 6B 20 0 14 30 90 13 2C
Octal 132 205 153 40 0 24 60 220 23 54
Binary 1011010 10000101 1101011 100000 0 10100 110000 10010000 10011 101100

Color Harmonies of #5A856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A856B

Black with #5A856B

Text Example


Text Example

White with #5A856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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