Html Css Color HEX #854660 Cosmic

📋 copy color: '#854660'

red 133 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #854660

Tints of Cosmic #854660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 44.48%
G = 23.41%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#854660 (or 0x854660) is known color: Cosmic. HEX triplet: 85, 46 and 60. RGB value is (133,70,96). Sum of RGB (Red+Green+Blue) = 133+70+96=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #854660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854660 is #7AB99F. Grayscale: #5B5B5B. Windows color (decimal): -8042912 or 6309509. OLE color: 6309509.

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

Color convert

RGB 133 70 96 -
CMYK 0 0.47 0.28 0.48
HSL 335.24º 0.31% 0.4% -
HSV(B) 335.24º 0.47% 0.52% -
XYZ 13.97 10.21 12.3 -
YUV 91.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 133 70 96 0 0.47 0.28 0.48 335.24 0.31 0.4
Hex 85 46 60 0 2F 1C 30 14F 1F 28
Octal 205 106 140 0 57 34 60 517 37 50
Binary 10000101 1000110 1100000 0 101111 11100 110000 101001111 11111 101000

Color Harmonies of #854660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854660

Black with #854660

Text Example


Text Example

White with #854660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854660; }

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

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

background-color css

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

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

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

border-color css

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

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

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