Html Css Color HEX #85466D Cosmic

📋 copy color: '#85466D'

red 133 ◦ green 70 ◦ blue 109

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

Shades of Cosmic #85466D

Tints of Cosmic #85466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 42.63%
G = 22.44%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85466D (or 0x85466D) is known color: Cosmic. HEX triplet: 85, 46 and 6D. RGB value is (133,70,109). Sum of RGB (Red+Green+Blue) = 133+70+109=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85466D is #7AB992. Grayscale: #5D5D5D. Windows color (decimal): -8042899 or 7161477. OLE color: 7161477.

HSL color Cylindrical-coordinate representation of color #85466D: hue angle of 322.86º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85466D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 109 -
CMYK 0 0.47 0.18 0.48
HSL 322.86º 0.31% 0.4% -
HSV(B) 322.86º 0.47% 0.52% -
XYZ 14.62 10.47 15.72 -
YUV 93.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 133 70 109 0 0.47 0.18 0.48 322.86 0.31 0.4
Hex 85 46 6D 0 2F 12 30 143 1F 28
Octal 205 106 155 0 57 22 60 503 37 50
Binary 10000101 1000110 1101101 0 101111 10010 110000 101000011 11111 101000

Color Harmonies of #85466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85466D

Black with #85466D

Text Example


Text Example

White with #85466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,70,109); }

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

background-color css

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

 a { background-color: rgb(133,70,109); }

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

border-color css

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

 span { border-color: rgb(133,70,109); }

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