Html Css Color HEX #85466F Cosmic

📋 copy color: '#85466F'

red 133 ◦ green 70 ◦ blue 111

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

Shades of Cosmic #85466F

Tints of Cosmic #85466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 42.36%
G = 22.29%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85466F (or 0x85466F) is known color: Cosmic. HEX triplet: 85, 46 and 6F. RGB value is (133,70,111). Sum of RGB (Red+Green+Blue) = 133+70+111=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85466F is #7AB990. Grayscale: #5D5D5D. Windows color (decimal): -8042897 or 7292549. OLE color: 7292549.

HSL color Cylindrical-coordinate representation of color #85466F: hue angle of 320.95º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85466F is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 111 -
CMYK 0 0.47 0.17 0.48
HSL 320.95º 0.31% 0.4% -
HSV(B) 320.95º 0.47% 0.52% -
XYZ 14.73 10.51 16.29 -
YUV 93.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 133 70 111 0 0.47 0.17 0.48 320.95 0.31 0.4
Hex 85 46 6F 0 2F 11 30 141 1F 28
Octal 205 106 157 0 57 21 60 501 37 50
Binary 10000101 1000110 1101111 0 101111 10001 110000 101000001 11111 101000

Color Harmonies of #85466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85466F

Black with #85466F

Text Example


Text Example

White with #85466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85466F; }

 p { color: rgb(133,70,111); }

 H1.HeaderClassName
 {
   color: #85466F;
 }
 .AnyTagClassName
 {
   color: #85466F;
 }
</style>

background-color css

<style>
 a { background-color: #85466F; }

 a { background-color: rgb(133,70,111); }

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

border-color css

<style>
 span { border-color: #85466F; }

 span { border-color: rgb(133,70,111); }

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