Html Css Color HEX #85466B Cosmic

📋 copy color: '#85466B'

red 133 ◦ green 70 ◦ blue 107

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

Shades of Cosmic #85466B

Tints of Cosmic #85466B

RGB

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

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

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

R = 42.9%
G = 22.58%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85466B (or 0x85466B) is known color: Cosmic. HEX triplet: 85, 46 and 6B. RGB value is (133,70,107). Sum of RGB (Red+Green+Blue) = 133+70+107=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85466B is #7AB994. Grayscale: #5C5C5C. Windows color (decimal): -8042901 or 7030405. OLE color: 7030405.

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

Color convert

RGB 133 70 107 -
CMYK 0 0.47 0.20 0.48
HSL 324.76º 0.31% 0.4% -
HSV(B) 324.76º 0.47% 0.52% -
XYZ 14.52 10.43 15.16 -
YUV 93.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 133 70 107 0 0.47 0.20 0.48 324.76 0.31 0.4
Hex 85 46 6B 0 2F 14 30 145 1F 28
Octal 205 106 153 0 57 24 60 505 37 50
Binary 10000101 1000110 1101011 0 101111 10100 110000 101000101 11111 101000

Color Harmonies of #85466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85466B

Black with #85466B

Text Example


Text Example

White with #85466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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