Html Css Color HEX #85455B Cosmic

📋 copy color: '#85455B'

red 133 ◦ green 69 ◦ blue 91

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

Shades of Cosmic #85455B

Tints of Cosmic #85455B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 45.39%
G = 23.55%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85455B (or 0x85455B) is known color: Cosmic. HEX triplet: 85, 45 and 5B. RGB value is (133,69,91). Sum of RGB (Red+Green+Blue) = 133+69+91=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85455B is #7ABAA4. Grayscale: #5A5A5A. Windows color (decimal): -8043173 or 5981573. OLE color: 5981573.

HSL color Cylindrical-coordinate representation of color #85455B: hue angle of 339.38º 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 #85455B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 69 91 -
CMYK 0 0.48 0.32 0.48
HSL 339.38º 0.32% 0.4% -
HSV(B) 339.38º 0.48% 0.52% -
XYZ 13.69 10 11.11 -
YUV 90.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 133 69 91 0 0.48 0.32 0.48 339.38 0.32 0.4
Hex 85 45 5B 0 30 20 30 153 20 28
Octal 205 105 133 0 60 40 60 523 40 50
Binary 10000101 1000101 1011011 0 110000 100000 110000 101010011 100000 101000

Color Harmonies of #85455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85455B

Black with #85455B

Text Example


Text Example

White with #85455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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