#854F6B

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

Shades of Cosmic #854F6B

Tints of Cosmic #854F6B

Color information

#854F6B (or 0x854F6B) is unknown color: approx Cosmic. HEX triplet: 85, 4F and 6B. RGB value is (133,79,107). Sum of RGB (Red+Green+Blue) = 133+79+107=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F6B is #7AB094. Grayscale: #626262. Windows color (decimal): -8040597 or 7032709. OLE color: 7032709.

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

Color convert

RGB13379107-
CMYK00.410.200.48
HSL328.89º25.47%41.57%-
HSV(B)328.89º40.6%52.16%-
XYZ15.1211.6415.36-
YUV98.34132.89152.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=41.69%
G=24.76%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337910700.410.200.48328.8925.4741.57
Hex854F6B0291430149192a
Octal20511715305124605113152
Binary100001011001111110101101010011010011000010100100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,79,107); }

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

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

 a { background-color: rgb(133,79,107); }

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

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

 span { border-color: rgb(133,79,107); }

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