Html Css Color HEX #572079 Blue Diamond

📋 copy color: '#572079'

red 87 ◦ green 32 ◦ blue 121

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

Shades of Blue Diamond #572079

Tints of Blue Diamond #572079

RGB

 RED value IS 87 (34.38% from 255) = 36.25%

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 121 (47.66% from 255) = 50.42%

R = 36.25%
G = 13.33%
B = 50.42%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#572079 (or 0x572079) is known color: Blue Diamond. HEX triplet: 57, 20 and 79. RGB value is (87,32,121). Sum of RGB (Red+Green+Blue) = 87+32+121=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #572079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572079 is #A8DF86. Grayscale: #3A3A3A. Windows color (decimal): -11067271 or 7938135. OLE color: 7938135.

HSL color Cylindrical-coordinate representation of color #572079: hue angle of 277.08º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572079 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 32 121 -
CMYK 0.28 0.74 0 0.53
HSL 277.08º 0.58% 0.3% -
HSV(B) 277.08º 0.74% 0.47% -
XYZ 7.9 4.44 18.53 -
YUV 58.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 87 32 121 0.28 0.74 0 0.53 277.08 0.58 0.3
Hex 57 20 79 1C 4A 0 35 115 3A 1E
Octal 127 40 171 34 112 0 65 425 72 36
Binary 1010111 100000 1111001 11100 1001010 0 110101 100010101 111010 11110

Color Harmonies of #572079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572079

Black with #572079

Text Example


Text Example

White with #572079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572079; }

 p { color: rgb(87,32,121); }

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

background-color css

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

 a { background-color: rgb(87,32,121); }

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

border-color css

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

 span { border-color: rgb(87,32,121); }

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