Html Css Color HEX #85456E Cosmic

📋 copy color: '#85456E'

red 133 ◦ green 69 ◦ blue 110

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

Shades of Cosmic #85456E

Tints of Cosmic #85456E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 42.63%
G = 22.12%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85456E (or 0x85456E) is known color: Cosmic. HEX triplet: 85, 45 and 6E. RGB value is (133,69,110). Sum of RGB (Red+Green+Blue) = 133+69+110=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85456E is #7ABA91. Grayscale: #5C5C5C. Windows color (decimal): -8043154 or 7226757. OLE color: 7226757.

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

Color convert

RGB 133 69 110 -
CMYK 0 0.48 0.17 0.48
HSL 321.56º 0.32% 0.4% -
HSV(B) 321.56º 0.48% 0.52% -
XYZ 14.62 10.37 15.98 -
YUV 92.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 133 69 110 0 0.48 0.17 0.48 321.56 0.32 0.4
Hex 85 45 6E 0 30 11 30 142 20 28
Octal 205 105 156 0 60 21 60 502 40 50
Binary 10000101 1000101 1101110 0 110000 10001 110000 101000010 100000 101000

Color Harmonies of #85456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85456E

Black with #85456E

Text Example


Text Example

White with #85456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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