Html Css Color HEX #5F826A Sirocco

📋 copy color: '#5F826A'

red 95 ◦ green 130 ◦ blue 106

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

Shades of Sirocco #5F826A

Tints of Sirocco #5F826A

RGB

 RED value IS 95 (37.5% from 255) = 28.7%

 GREEN value IS 130 (51.17% from 255) = 39.27%

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 28.7%
G = 39.27%
B = 32.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#5F826A (or 0x5F826A) is known color: Sirocco. HEX triplet: 5F, 82 and 6A. RGB value is (95,130,106). Sum of RGB (Red+Green+Blue) = 95+130+106=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #5F826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F826A is #A07D95. Grayscale: #747474. Windows color (decimal): -10517910 or 6980191. OLE color: 6980191.

HSL color Cylindrical-coordinate representation of color #5F826A: hue angle of 138.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F826A is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 130 106 -
CMYK 0.27 0 0.18 0.49
HSL 138.86º 0.16% 0.44% -
HSV(B) 138.86º 0.27% 0.51% -
XYZ 15.3 19.44 16.58 -
YUV 116.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 95 130 106 0.27 0 0.18 0.49 138.86 0.16 0.44
Hex 5F 82 6A 1B 0 12 31 8B 10 2C
Octal 137 202 152 33 0 22 61 213 20 54
Binary 1011111 10000010 1101010 11011 0 10010 110001 10001011 10000 101100

Color Harmonies of #5F826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F826A

Black with #5F826A

Text Example


Text Example

White with #5F826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,130,106); }

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

background-color css

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

 a { background-color: rgb(95,130,106); }

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

border-color css

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

 span { border-color: rgb(95,130,106); }

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