Html Css Color HEX #85486A Cosmic

📋 copy color: '#85486A'

red 133 ◦ green 72 ◦ blue 106

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

Shades of Cosmic #85486A

Tints of Cosmic #85486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 42.77%
G = 23.15%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85486A (or 0x85486A) is known color: Cosmic. HEX triplet: 85, 48 and 6A. RGB value is (133,72,106). Sum of RGB (Red+Green+Blue) = 133+72+106=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85486A is #7AB795. Grayscale: #5E5E5E. Windows color (decimal): -8042390 or 6965381. OLE color: 6965381.

HSL color Cylindrical-coordinate representation of color #85486A: hue angle of 326.56º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85486A is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 106 -
CMYK 0 0.46 0.20 0.48
HSL 326.56º 0.3% 0.4% -
HSV(B) 326.56º 0.46% 0.52% -
XYZ 14.59 10.66 14.92 -
YUV 94.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 133 72 106 0 0.46 0.20 0.48 326.56 0.3 0.4
Hex 85 48 6A 0 2E 14 30 147 1E 28
Octal 205 110 152 0 56 24 60 507 36 50
Binary 10000101 1001000 1101010 0 101110 10100 110000 101000111 11110 101000

Color Harmonies of #85486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85486A

Black with #85486A

Text Example


Text Example

White with #85486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85486A; }

 p { color: rgb(133,72,106); }

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

background-color css

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

 a { background-color: rgb(133,72,106); }

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

border-color css

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

 span { border-color: rgb(133,72,106); }

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