Html Css Color HEX #85465E Cosmic

📋 copy color: '#85465E'

red 133 ◦ green 70 ◦ blue 94

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

Shades of Cosmic #85465E

Tints of Cosmic #85465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 44.78%
G = 23.57%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85465E (or 0x85465E) is known color: Cosmic. HEX triplet: 85, 46 and 5E. RGB value is (133,70,94). Sum of RGB (Red+Green+Blue) = 133+70+94=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85465E is #7AB9A1. Grayscale: #5B5B5B. Windows color (decimal): -8042914 or 6178437. OLE color: 6178437.

HSL color Cylindrical-coordinate representation of color #85465E: hue angle of 337.14º 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 #85465E is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 94 -
CMYK 0 0.47 0.29 0.48
HSL 337.14º 0.31% 0.4% -
HSV(B) 337.14º 0.47% 0.52% -
XYZ 13.88 10.18 11.82 -
YUV 91.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 133 70 94 0 0.47 0.29 0.48 337.14 0.31 0.4
Hex 85 46 5E 0 2F 1D 30 151 1F 28
Octal 205 106 136 0 57 35 60 521 37 50
Binary 10000101 1000110 1011110 0 101111 11101 110000 101010001 11111 101000

Color Harmonies of #85465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85465E

Black with #85465E

Text Example


Text Example

White with #85465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85465E; }

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

 H1.HeaderClassName
 {
   color: #85465E;
 }
 .AnyTagClassName
 {
   color: #85465E;
 }
</style>

background-color css

<style>
 a { background-color: #85465E; }

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

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

border-color css

<style>
 span { border-color: #85465E; }

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

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