Html Css Color HEX #855670 Cosmic

📋 copy color: '#855670'

red 133 ◦ green 86 ◦ blue 112

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

Shades of Cosmic #855670

Tints of Cosmic #855670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 40.18%
G = 25.98%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#855670 (or 0x855670) is known color: Cosmic. HEX triplet: 85, 56 and 70. RGB value is (133,86,112). Sum of RGB (Red+Green+Blue) = 133+86+112=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #855670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855670 is #7AA98F. Grayscale: #666666. Windows color (decimal): -8038800 or 7362181. OLE color: 7362181.

HSL color Cylindrical-coordinate representation of color #855670: hue angle of 326.81º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855670 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 112 -
CMYK 0 0.35 0.16 0.48
HSL 326.81º 0.21% 0.43% -
HSV(B) 326.81º 0.35% 0.52% -
XYZ 15.93 12.81 16.96 -
YUV 103.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 133 86 112 0 0.35 0.16 0.48 326.81 0.21 0.43
Hex 85 56 70 0 23 10 30 147 15 2B
Octal 205 126 160 0 43 20 60 507 25 53
Binary 10000101 1010110 1110000 0 100011 10000 110000 101000111 10101 101011

Color Harmonies of #855670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855670

Black with #855670

Text Example


Text Example

White with #855670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855670; }

 p { color: rgb(133,86,112); }

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

background-color css

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

 a { background-color: rgb(133,86,112); }

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

border-color css

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

 span { border-color: rgb(133,86,112); }

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