Html Css Color HEX #85506C Cosmic

📋 copy color: '#85506C'

red 133 ◦ green 80 ◦ blue 108

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

Shades of Cosmic #85506C

Tints of Cosmic #85506C

RGB

 RED value IS 133 (52.34% from 255) = 41.43%

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

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

R = 41.43%
G = 24.92%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85506C (or 0x85506C) is known color: Cosmic. HEX triplet: 85, 50 and 6C. RGB value is (133,80,108). Sum of RGB (Red+Green+Blue) = 133+80+108=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #85506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85506C is #7AAF93. Grayscale: #626262. Windows color (decimal): -8040340 or 7098501. OLE color: 7098501.

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

Color convert

RGB 133 80 108 -
CMYK 0 0.40 0.19 0.48
HSL 328.3º 0.25% 0.42% -
HSV(B) 328.3º 0.4% 0.52% -
XYZ 15.25 11.81 15.66 -
YUV 99.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 133 80 108 0 0.40 0.19 0.48 328.3 0.25 0.42
Hex 85 50 6C 0 28 13 30 148 19 2A
Octal 205 120 154 0 50 23 60 510 31 52
Binary 10000101 1010000 1101100 0 101000 10011 110000 101001000 11001 101010

Color Harmonies of #85506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85506C

Black with #85506C

Text Example


Text Example

White with #85506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,80,108); }

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

background-color css

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

 a { background-color: rgb(133,80,108); }

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

border-color css

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

 span { border-color: rgb(133,80,108); }

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