Html Css Color HEX #85465F Cosmic

📋 copy color: '#85465F'

red 133 ◦ green 70 ◦ blue 95

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

Shades of Cosmic #85465F

Tints of Cosmic #85465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 44.63%
G = 23.49%
B = 31.88%

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

#85465F (or 0x85465F) is known color: Cosmic. HEX triplet: 85, 46 and 5F. RGB value is (133,70,95). Sum of RGB (Red+Green+Blue) = 133+70+95=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85465F is #7AB9A0. Grayscale: #5B5B5B. Windows color (decimal): -8042913 or 6243973. OLE color: 6243973.

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

Color convert

RGB 133 70 95 -
CMYK 0 0.47 0.29 0.48
HSL 336.19º 0.31% 0.4% -
HSV(B) 336.19º 0.47% 0.52% -
XYZ 13.93 10.19 12.06 -
YUV 91.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 133 70 95 0 0.47 0.29 0.48 336.19 0.31 0.4
Hex 85 46 5F 0 2F 1D 30 150 1F 28
Octal 205 106 137 0 57 35 60 520 37 50
Binary 10000101 1000110 1011111 0 101111 11101 110000 101010000 11111 101000

Color Harmonies of #85465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85465F

Black with #85465F

Text Example


Text Example

White with #85465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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