Html Css Color HEX #85566F Cosmic

📋 copy color: '#85566F'

red 133 ◦ green 86 ◦ blue 111

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

Shades of Cosmic #85566F

Tints of Cosmic #85566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

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

R = 40.3%
G = 26.06%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85566F (or 0x85566F) is known color: Cosmic. HEX triplet: 85, 56 and 6F. RGB value is (133,86,111). Sum of RGB (Red+Green+Blue) = 133+86+111=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85566F is #7AA990. Grayscale: #666666. Windows color (decimal): -8038801 or 7296645. OLE color: 7296645.

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

Color convert

RGB 133 86 111 -
CMYK 0 0.35 0.17 0.48
HSL 328.09º 0.21% 0.43% -
HSV(B) 328.09º 0.35% 0.52% -
XYZ 15.87 12.79 16.67 -
YUV 102.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 133 86 111 0 0.35 0.17 0.48 328.09 0.21 0.43
Hex 85 56 6F 0 23 11 30 148 15 2B
Octal 205 126 157 0 43 21 60 510 25 53
Binary 10000101 1010110 1101111 0 100011 10001 110000 101001000 10101 101011

Color Harmonies of #85566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85566F

Black with #85566F

Text Example


Text Example

White with #85566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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