Html Css Color HEX #854566 Cosmic

📋 copy color: '#854566'

red 133 ◦ green 69 ◦ blue 102

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

Shades of Cosmic #854566

Tints of Cosmic #854566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 43.75%
G = 22.7%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#854566 (or 0x854566) is known color: Cosmic. HEX triplet: 85, 45 and 66. RGB value is (133,69,102). Sum of RGB (Red+Green+Blue) = 133+69+102=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854566 is #7ABA99. Grayscale: #5B5B5B. Windows color (decimal): -8043162 or 6702469. OLE color: 6702469.

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

Color convert

RGB 133 69 102 -
CMYK 0 0.48 0.23 0.48
HSL 329.06º 0.32% 0.4% -
HSV(B) 329.06º 0.48% 0.52% -
XYZ 14.2 10.2 13.79 -
YUV 91.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 133 69 102 0 0.48 0.23 0.48 329.06 0.32 0.4
Hex 85 45 66 0 30 17 30 149 20 28
Octal 205 105 146 0 60 27 60 511 40 50
Binary 10000101 1000101 1100110 0 110000 10111 110000 101001001 100000 101000

Color Harmonies of #854566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854566

Black with #854566

Text Example


Text Example

White with #854566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854566; }

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

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

background-color css

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

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

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

border-color css

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

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

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