Html Css Color HEX #85506F Cosmic

📋 copy color: '#85506F'

red 133 ◦ green 80 ◦ blue 111

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

Shades of Cosmic #85506F

Tints of Cosmic #85506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

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

R = 41.05%
G = 24.69%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85506F (or 0x85506F) is known color: Cosmic. HEX triplet: 85, 50 and 6F. RGB value is (133,80,111). Sum of RGB (Red+Green+Blue) = 133+80+111=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85506F is #7AAF90. Grayscale: #636363. Windows color (decimal): -8040337 or 7295109. OLE color: 7295109.

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

Color convert

RGB 133 80 111 -
CMYK 0 0.40 0.17 0.48
HSL 324.91º 0.25% 0.42% -
HSV(B) 324.91º 0.4% 0.52% -
XYZ 15.41 11.87 16.52 -
YUV 99.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 133 80 111 0 0.40 0.17 0.48 324.91 0.25 0.42
Hex 85 50 6F 0 28 11 30 145 19 2A
Octal 205 120 157 0 50 21 60 505 31 52
Binary 10000101 1010000 1101111 0 101000 10001 110000 101000101 11001 101010

Color Harmonies of #85506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85506F

Black with #85506F

Text Example


Text Example

White with #85506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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