#854B6A

Color #854B6A Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #854B6A

Tints of Cosmic #854B6A

Color information

#854B6A (or 0x854B6A) is unknown color: approx Cosmic. HEX triplet: 85, 4B and 6A. RGB value is (133,75,106). Sum of RGB (Red+Green+Blue) = 133+75+106=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #854B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B6A is #7AB495. Grayscale: #5F5F5F. Windows color (decimal): -8041622 or 6966149. OLE color: 6966149.

HSL color Cylindrical-coordinate representation of color #854B6A: hue angle of 327.93º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854B6A is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13375106-
CMYK00.440.200.48
HSL327.93º27.88%40.78%-
HSV(B)327.93º43.61%52.16%-
XYZ14.7911.0614.99-
YUV95.88133.72154.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=42.36%
G=23.89%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337510600.440.200.48327.9327.8840.78
Hex854B6A02C14301481c29
Octal20511315205424605103451
Binary100001011001011110101001011001010011000010100100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854B6A; }

 p { color: rgb(133,75,106); }

 H1.HeaderClassName
 {
   color: #854B6A;
 }
 .AnyTagClassName
 {
   color: #854B6A;
 }
</style>
background-color css

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

 a { background-color: rgb(133,75,106); }

 div.DivClassName
 {
   background-color: #854B6A;
 }
 .BgClassName
 {
   background-color: #854B6A;
 }
</style>
border-color css

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

 span { border-color: rgb(133,75,106); }

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