Html Css Color HEX #85455C Cosmic

📋 copy color: '#85455C'

red 133 ◦ green 69 ◦ blue 92

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

Shades of Cosmic #85455C

Tints of Cosmic #85455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 45.24%
G = 23.47%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85455C (or 0x85455C) is known color: Cosmic. HEX triplet: 85, 45 and 5C. RGB value is (133,69,92). Sum of RGB (Red+Green+Blue) = 133+69+92=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85455C is #7ABAA3. Grayscale: #5A5A5A. Windows color (decimal): -8043172 or 6047109. OLE color: 6047109.

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

Color convert

RGB 133 69 92 -
CMYK 0 0.48 0.31 0.48
HSL 338.44º 0.32% 0.4% -
HSV(B) 338.44º 0.48% 0.52% -
XYZ 13.73 10.02 11.33 -
YUV 90.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 133 69 92 0 0.48 0.31 0.48 338.44 0.32 0.4
Hex 85 45 5C 0 30 1F 30 152 20 28
Octal 205 105 134 0 60 37 60 522 40 50
Binary 10000101 1000101 1011100 0 110000 11111 110000 101010010 100000 101000

Color Harmonies of #85455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85455C

Black with #85455C

Text Example


Text Example

White with #85455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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