Html Css Color HEX #83566B Cosmic

📋 copy color: '#83566B'

red 131 ◦ green 86 ◦ blue 107

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

Shades of Cosmic #83566B

Tints of Cosmic #83566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 40.43%
G = 26.54%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83566B (or 0x83566B) is known color: Cosmic. HEX triplet: 83, 56 and 6B. RGB value is (131,86,107). Sum of RGB (Red+Green+Blue) = 131+86+107=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83566B is #7CA994. Grayscale: #656565. Windows color (decimal): -8169877 or 7034499. OLE color: 7034499.

HSL color Cylindrical-coordinate representation of color #83566B: hue angle of 332º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83566B is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 86 107 -
CMYK 0 0.34 0.18 0.49
HSL 332º 0.21% 0.43% -
HSV(B) 332º 0.34% 0.51% -
XYZ 15.34 12.54 15.52 -
YUV 101.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 131 86 107 0 0.34 0.18 0.49 332 0.21 0.43
Hex 83 56 6B 0 22 12 31 14C 15 2B
Octal 203 126 153 0 42 22 61 514 25 53
Binary 10000011 1010110 1101011 0 100010 10010 110001 101001100 10101 101011

Color Harmonies of #83566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83566B

Black with #83566B

Text Example


Text Example

White with #83566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83566B; }

 p { color: rgb(131,86,107); }

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

background-color css

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

 a { background-color: rgb(131,86,107); }

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

border-color css

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

 span { border-color: rgb(131,86,107); }

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