Html Css Color HEX #86506D Cosmic

📋 copy color: '#86506D'

red 134 ◦ green 80 ◦ blue 109

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

Shades of Cosmic #86506D

Tints of Cosmic #86506D

RGB

 RED value IS 134 (52.73% from 255) = 41.49%

 GREEN value IS 80 (31.64% from 255) = 24.77%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 41.49%
G = 24.77%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86506D (or 0x86506D) is known color: Cosmic. HEX triplet: 86, 50 and 6D. RGB value is (134,80,109). Sum of RGB (Red+Green+Blue) = 134+80+109=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #86506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86506D is #79AF92. Grayscale: #636363. Windows color (decimal): -7974803 or 7164038. OLE color: 7164038.

HSL color Cylindrical-coordinate representation of color #86506D: hue angle of 327.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86506D is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 109 -
CMYK 0 0.40 0.19 0.47
HSL 327.78º 0.25% 0.42% -
HSV(B) 327.78º 0.4% 0.53% -
XYZ 15.46 11.91 15.95 -
YUV 99.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 134 80 109 0 0.40 0.19 0.47 327.78 0.25 0.42
Hex 86 50 6D 0 28 13 2F 148 19 2A
Octal 206 120 155 0 50 23 57 510 31 52
Binary 10000110 1010000 1101101 0 101000 10011 101111 101001000 11001 101010

Color Harmonies of #86506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86506D

Black with #86506D

Text Example


Text Example

White with #86506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86506D; }

 p { color: rgb(134,80,109); }

 H1.HeaderClassName
 {
   color: #86506D;
 }
 .AnyTagClassName
 {
   color: #86506D;
 }
</style>

background-color css

<style>
 a { background-color: #86506D; }

 a { background-color: rgb(134,80,109); }

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

border-color css

<style>
 span { border-color: #86506D; }

 span { border-color: rgb(134,80,109); }

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