Html Css Color HEX #85486B Cosmic

📋 copy color: '#85486B'

red 133 ◦ green 72 ◦ blue 107

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

Shades of Cosmic #85486B

Tints of Cosmic #85486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

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

R = 42.63%
G = 23.08%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85486B (or 0x85486B) is known color: Cosmic. HEX triplet: 85, 48 and 6B. RGB value is (133,72,107). Sum of RGB (Red+Green+Blue) = 133+72+107=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85486B is #7AB794. Grayscale: #5E5E5E. Windows color (decimal): -8042389 or 7030917. OLE color: 7030917.

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

Color convert

RGB 133 72 107 -
CMYK 0 0.46 0.20 0.48
HSL 325.57º 0.3% 0.4% -
HSV(B) 325.57º 0.46% 0.52% -
XYZ 14.64 10.68 15.2 -
YUV 94.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 133 72 107 0 0.46 0.20 0.48 325.57 0.3 0.4
Hex 85 48 6B 0 2E 14 30 146 1E 28
Octal 205 110 153 0 56 24 60 506 36 50
Binary 10000101 1001000 1101011 0 101110 10100 110000 101000110 11110 101000

Color Harmonies of #85486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85486B

Black with #85486B

Text Example


Text Example

White with #85486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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