Html Css Color HEX #85496B Cosmic

📋 copy color: '#85496B'

red 133 ◦ green 73 ◦ blue 107

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

Shades of Cosmic #85496B

Tints of Cosmic #85496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 42.49%
G = 23.32%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85496B (or 0x85496B) is known color: Cosmic. HEX triplet: 85, 49 and 6B. RGB value is (133,73,107). Sum of RGB (Red+Green+Blue) = 133+73+107=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85496B is #7AB694. Grayscale: #5E5E5E. Windows color (decimal): -8042133 or 7031173. OLE color: 7031173.

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

Color convert

RGB 133 73 107 -
CMYK 0 0.45 0.20 0.48
HSL 326º 0.29% 0.4% -
HSV(B) 326º 0.45% 0.52% -
XYZ 14.71 10.81 15.22 -
YUV 94.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 133 73 107 0 0.45 0.20 0.48 326 0.29 0.4
Hex 85 49 6B 0 2D 14 30 146 1D 28
Octal 205 111 153 0 55 24 60 506 35 50
Binary 10000101 1001001 1101011 0 101101 10100 110000 101000110 11101 101000

Color Harmonies of #85496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85496B

Black with #85496B

Text Example


Text Example

White with #85496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,73,107); }

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

background-color css

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

 a { background-color: rgb(133,73,107); }

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

border-color css

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

 span { border-color: rgb(133,73,107); }

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