Html Css Color HEX #83556C Cosmic

📋 copy color: '#83556C'

red 131 ◦ green 85 ◦ blue 108

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

Shades of Cosmic #83556C

Tints of Cosmic #83556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 40.43%
G = 26.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83556C (or 0x83556C) is known color: Cosmic. HEX triplet: 83, 55 and 6C. RGB value is (131,85,108). Sum of RGB (Red+Green+Blue) = 131+85+108=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83556C is #7CAA93. Grayscale: #656565. Windows color (decimal): -8170132 or 7099779. OLE color: 7099779.

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

Color convert

RGB 131 85 108 -
CMYK 0 0.35 0.18 0.49
HSL 330º 0.21% 0.42% -
HSV(B) 330º 0.35% 0.51% -
XYZ 15.32 12.41 15.77 -
YUV 101.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 131 85 108 0 0.35 0.18 0.49 330 0.21 0.42
Hex 83 55 6C 0 23 12 31 14A 15 2A
Octal 203 125 154 0 43 22 61 512 25 52
Binary 10000011 1010101 1101100 0 100011 10010 110001 101001010 10101 101010

Color Harmonies of #83556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83556C

Black with #83556C

Text Example


Text Example

White with #83556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83556C; }

 p { color: rgb(131,85,108); }

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

background-color css

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

 a { background-color: rgb(131,85,108); }

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

border-color css

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

 span { border-color: rgb(131,85,108); }

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