Html Css Color HEX #865573 Cosmic

📋 copy color: '#865573'

red 134 ◦ green 85 ◦ blue 115

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

Shades of Cosmic #865573

Tints of Cosmic #865573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 40.12%
G = 25.45%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#865573 (or 0x865573) is known color: Cosmic. HEX triplet: 86, 55 and 73. RGB value is (134,85,115). Sum of RGB (Red+Green+Blue) = 134+85+115=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #865573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865573 is #79AA8C. Grayscale: #676767. Windows color (decimal): -7973517 or 7558534. OLE color: 7558534.

HSL color Cylindrical-coordinate representation of color #865573: hue angle of 323.27º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865573 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 115 -
CMYK 0 0.37 0.14 0.47
HSL 323.27º 0.22% 0.43% -
HSV(B) 323.27º 0.37% 0.53% -
XYZ 16.17 12.8 17.84 -
YUV 103.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 134 85 115 0 0.37 0.14 0.47 323.27 0.22 0.43
Hex 86 55 73 0 25 E 2F 143 16 2B
Octal 206 125 163 0 45 16 57 503 26 53
Binary 10000110 1010101 1110011 0 100101 1110 101111 101000011 10110 101011

Color Harmonies of #865573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865573

Black with #865573

Text Example


Text Example

White with #865573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865573; }

 p { color: rgb(134,85,115); }

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

background-color css

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

 a { background-color: rgb(134,85,115); }

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

border-color css

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

 span { border-color: rgb(134,85,115); }

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