Html Css Color HEX #85445C Cosmic

📋 copy color: '#85445C'

red 133 ◦ green 68 ◦ blue 92

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

Shades of Cosmic #85445C

Tints of Cosmic #85445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 45.39%
G = 23.21%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85445C (or 0x85445C) is known color: Cosmic. HEX triplet: 85, 44 and 5C. RGB value is (133,68,92). Sum of RGB (Red+Green+Blue) = 133+68+92=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85445C is #7ABBA3. Grayscale: #5A5A5A. Windows color (decimal): -8043428 or 6046853. OLE color: 6046853.

HSL color Cylindrical-coordinate representation of color #85445C: hue angle of 337.85º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85445C is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 92 -
CMYK 0 0.49 0.31 0.48
HSL 337.85º 0.32% 0.39% -
HSV(B) 337.85º 0.49% 0.52% -
XYZ 13.67 9.89 11.31 -
YUV 90.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 133 68 92 0 0.49 0.31 0.48 337.85 0.32 0.39
Hex 85 44 5C 0 31 1F 30 152 20 27
Octal 205 104 134 0 61 37 60 522 40 47
Binary 10000101 1000100 1011100 0 110001 11111 110000 101010010 100000 100111

Color Harmonies of #85445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85445C

Black with #85445C

Text Example


Text Example

White with #85445C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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