Html Css Color HEX #85455E Cosmic

📋 copy color: '#85455E'

red 133 ◦ green 69 ◦ blue 94

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

Shades of Cosmic #85455E

Tints of Cosmic #85455E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 44.93%
G = 23.31%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85455E (or 0x85455E) is known color: Cosmic. HEX triplet: 85, 45 and 5E. RGB value is (133,69,94). Sum of RGB (Red+Green+Blue) = 133+69+94=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85455E is #7ABAA1. Grayscale: #5A5A5A. Windows color (decimal): -8043170 or 6178181. OLE color: 6178181.

HSL color Cylindrical-coordinate representation of color #85455E: hue angle of 336.56º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85455E is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 69 94 -
CMYK 0 0.48 0.29 0.48
HSL 336.56º 0.32% 0.4% -
HSV(B) 336.56º 0.48% 0.52% -
XYZ 13.82 10.05 11.8 -
YUV 90.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 133 69 94 0 0.48 0.29 0.48 336.56 0.32 0.4
Hex 85 45 5E 0 30 1D 30 151 20 28
Octal 205 105 136 0 60 35 60 521 40 50
Binary 10000101 1000101 1011110 0 110000 11101 110000 101010001 100000 101000

Color Harmonies of #85455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85455E

Black with #85455E

Text Example


Text Example

White with #85455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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