Html Css Color HEX #854459 Cosmic

📋 copy color: '#854459'

red 133 ◦ green 68 ◦ blue 89

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

Shades of Cosmic #854459

Tints of Cosmic #854459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 45.86%
G = 23.45%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#854459 (or 0x854459) is known color: Cosmic. HEX triplet: 85, 44 and 59. RGB value is (133,68,89). Sum of RGB (Red+Green+Blue) = 133+68+89=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #854459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854459 is #7ABBA6. Grayscale: #595959. Windows color (decimal): -8043431 or 5850245. OLE color: 5850245.

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

Color convert

RGB 133 68 89 -
CMYK 0 0.49 0.33 0.48
HSL 340.62º 0.32% 0.39% -
HSV(B) 340.62º 0.49% 0.52% -
XYZ 13.54 9.84 10.64 -
YUV 89.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 133 68 89 0 0.49 0.33 0.48 340.62 0.32 0.39
Hex 85 44 59 0 31 21 30 155 20 27
Octal 205 104 131 0 61 41 60 525 40 47
Binary 10000101 1000100 1011001 0 110001 100001 110000 101010101 100000 100111

Color Harmonies of #854459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854459

Black with #854459

Text Example


Text Example

White with #854459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854459; }

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

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

background-color css

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

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

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

border-color css

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

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

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