Html Css Color HEX #825570 Cosmic

📋 copy color: '#825570'

red 130 ◦ green 85 ◦ blue 112

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

Shades of Cosmic #825570

Tints of Cosmic #825570

RGB

 RED value IS 130 (51.17% from 255) = 39.76%

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 39.76%
G = 25.99%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#825570 (or 0x825570) is known color: Cosmic. HEX triplet: 82, 55 and 70. RGB value is (130,85,112). Sum of RGB (Red+Green+Blue) = 130+85+112=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #825570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825570 is #7DAA8F. Grayscale: #656565. Windows color (decimal): -8235664 or 7361922. OLE color: 7361922.

HSL color Cylindrical-coordinate representation of color #825570: hue angle of 324º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825570 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 112 -
CMYK 0 0.35 0.14 0.49
HSL 324º 0.21% 0.42% -
HSV(B) 324º 0.35% 0.51% -
XYZ 15.38 12.41 16.91 -
YUV 101.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 130 85 112 0 0.35 0.14 0.49 324 0.21 0.42
Hex 82 55 70 0 23 E 31 144 15 2A
Octal 202 125 160 0 43 16 61 504 25 52
Binary 10000010 1010101 1110000 0 100011 1110 110001 101000100 10101 101010

Color Harmonies of #825570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825570

Black with #825570

Text Example


Text Example

White with #825570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825570; }

 p { color: rgb(130,85,112); }

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

background-color css

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

 a { background-color: rgb(130,85,112); }

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

border-color css

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

 span { border-color: rgb(130,85,112); }

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