Html Css Color HEX #85506B Cosmic

📋 copy color: '#85506B'

red 133 ◦ green 80 ◦ blue 107

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

Shades of Cosmic #85506B

Tints of Cosmic #85506B

RGB

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

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

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

R = 41.56%
G = 25%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85506B (or 0x85506B) is known color: Cosmic. HEX triplet: 85, 50 and 6B. RGB value is (133,80,107). Sum of RGB (Red+Green+Blue) = 133+80+107=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #85506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85506B is #7AAF94. Grayscale: #626262. Windows color (decimal): -8040341 or 7032965. OLE color: 7032965.

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

Color convert

RGB 133 80 107 -
CMYK 0 0.40 0.20 0.48
HSL 329.43º 0.25% 0.42% -
HSV(B) 329.43º 0.4% 0.52% -
XYZ 15.2 11.79 15.38 -
YUV 98.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 133 80 107 0 0.40 0.20 0.48 329.43 0.25 0.42
Hex 85 50 6B 0 28 14 30 149 19 2A
Octal 205 120 153 0 50 24 60 511 31 52
Binary 10000101 1010000 1101011 0 101000 10100 110000 101001001 11001 101010

Color Harmonies of #85506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85506B

Black with #85506B

Text Example


Text Example

White with #85506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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