Html Css Color HEX #854568 Cosmic

📋 copy color: '#854568'

red 133 ◦ green 69 ◦ blue 104

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

Shades of Cosmic #854568

Tints of Cosmic #854568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 43.46%
G = 22.55%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#854568 (or 0x854568) is known color: Cosmic. HEX triplet: 85, 45 and 68. RGB value is (133,69,104). Sum of RGB (Red+Green+Blue) = 133+69+104=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #854568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854568 is #7ABA97. Grayscale: #5C5C5C. Windows color (decimal): -8043160 or 6833541. OLE color: 6833541.

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

Color convert

RGB 133 69 104 -
CMYK 0 0.48 0.22 0.48
HSL 327.19º 0.32% 0.4% -
HSV(B) 327.19º 0.48% 0.52% -
XYZ 14.3 10.24 14.32 -
YUV 92.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 133 69 104 0 0.48 0.22 0.48 327.19 0.32 0.4
Hex 85 45 68 0 30 16 30 147 20 28
Octal 205 105 150 0 60 26 60 507 40 50
Binary 10000101 1000101 1101000 0 110000 10110 110000 101000111 100000 101000

Color Harmonies of #854568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854568

Black with #854568

Text Example


Text Example

White with #854568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854568; }

 p { color: rgb(133,69,104); }

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

background-color css

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

 a { background-color: rgb(133,69,104); }

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

border-color css

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

 span { border-color: rgb(133,69,104); }

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