Html Css Color HEX #83586D Cosmic

📋 copy color: '#83586D'

red 131 ◦ green 88 ◦ blue 109

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

Shades of Cosmic #83586D

Tints of Cosmic #83586D

RGB

 RED value IS 131 (51.56% from 255) = 39.94%

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 39.94%
G = 26.83%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83586D (or 0x83586D) is known color: Cosmic. HEX triplet: 83, 58 and 6D. RGB value is (131,88,109). Sum of RGB (Red+Green+Blue) = 131+88+109=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #83586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83586D is #7CA792. Grayscale: #676767. Windows color (decimal): -8169363 or 7166083. OLE color: 7166083.

HSL color Cylindrical-coordinate representation of color #83586D: hue angle of 330.7º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83586D is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 109 -
CMYK 0 0.33 0.17 0.49
HSL 330.7º 0.2% 0.43% -
HSV(B) 330.7º 0.33% 0.51% -
XYZ 15.61 12.91 16.14 -
YUV 103.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 131 88 109 0 0.33 0.17 0.49 330.7 0.2 0.43
Hex 83 58 6D 0 21 11 31 14B 14 2B
Octal 203 130 155 0 41 21 61 513 24 53
Binary 10000011 1011000 1101101 0 100001 10001 110001 101001011 10100 101011

Color Harmonies of #83586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83586D

Black with #83586D

Text Example


Text Example

White with #83586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,88,109); }

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

background-color css

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

 a { background-color: rgb(131,88,109); }

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

border-color css

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

 span { border-color: rgb(131,88,109); }

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