Html Css Color HEX #853768 Cosmic

📋 copy color: '#853768'

red 133 ◦ green 55 ◦ blue 104

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

Shades of Cosmic #853768

Tints of Cosmic #853768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

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

R = 45.55%
G = 18.84%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#853768 (or 0x853768) is known color: Cosmic. HEX triplet: 85, 37 and 68. RGB value is (133,55,104). Sum of RGB (Red+Green+Blue) = 133+55+104=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #853768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853768 is #7AC897. Grayscale: #535353. Windows color (decimal): -8046744 or 6829957. OLE color: 6829957.

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

Color convert

RGB 133 55 104 -
CMYK 0 0.59 0.22 0.48
HSL 322.31º 0.41% 0.37% -
HSV(B) 322.31º 0.59% 0.52% -
XYZ 13.54 8.72 14.07 -
YUV 83.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 133 55 104 0 0.59 0.22 0.48 322.31 0.41 0.37
Hex 85 37 68 0 3B 16 30 142 29 25
Octal 205 67 150 0 73 26 60 502 51 45
Binary 10000101 110111 1101000 0 111011 10110 110000 101000010 101001 100101

Color Harmonies of #853768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853768

Black with #853768

Text Example


Text Example

White with #853768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853768; }

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

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

background-color css

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

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

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

border-color css

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

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

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