Html Css Color HEX #854460 Cosmic

📋 copy color: '#854460'

red 133 ◦ green 68 ◦ blue 96

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

Shades of Cosmic #854460

Tints of Cosmic #854460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 44.78%
G = 22.9%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#854460 (or 0x854460) is known color: Cosmic. HEX triplet: 85, 44 and 60. RGB value is (133,68,96). Sum of RGB (Red+Green+Blue) = 133+68+96=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #854460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854460 is #7ABB9F. Grayscale: #5A5A5A. Windows color (decimal): -8043424 or 6308997. OLE color: 6308997.

HSL color Cylindrical-coordinate representation of color #854460: hue angle of 334.15º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854460 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 96 -
CMYK 0 0.49 0.28 0.48
HSL 334.15º 0.32% 0.39% -
HSV(B) 334.15º 0.49% 0.52% -
XYZ 13.85 9.97 12.26 -
YUV 90.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 133 68 96 0 0.49 0.28 0.48 334.15 0.32 0.39
Hex 85 44 60 0 31 1C 30 14E 20 27
Octal 205 104 140 0 61 34 60 516 40 47
Binary 10000101 1000100 1100000 0 110001 11100 110000 101001110 100000 100111

Color Harmonies of #854460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854460

Black with #854460

Text Example


Text Example

White with #854460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854460; }

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

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

background-color css

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

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

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

border-color css

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

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

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