Html Css Color HEX #855068 Cosmic

📋 copy color: '#855068'

red 133 ◦ green 80 ◦ blue 104

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

Shades of Cosmic #855068

Tints of Cosmic #855068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

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

R = 41.96%
G = 25.24%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#855068 (or 0x855068) is known color: Cosmic. HEX triplet: 85, 50 and 68. RGB value is (133,80,104). Sum of RGB (Red+Green+Blue) = 133+80+104=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855068 is #7AAF97. Grayscale: #626262. Windows color (decimal): -8040344 or 6836357. OLE color: 6836357.

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

Color convert

RGB 133 80 104 -
CMYK 0 0.40 0.22 0.48
HSL 332.83º 0.25% 0.42% -
HSV(B) 332.83º 0.4% 0.52% -
XYZ 15.04 11.72 14.57 -
YUV 98.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 133 80 104 0 0.40 0.22 0.48 332.83 0.25 0.42
Hex 85 50 68 0 28 16 30 14D 19 2A
Octal 205 120 150 0 50 26 60 515 31 52
Binary 10000101 1010000 1101000 0 101000 10110 110000 101001101 11001 101010

Color Harmonies of #855068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855068

Black with #855068

Text Example


Text Example

White with #855068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855068; }

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

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

background-color css

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

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

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

border-color css

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

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

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