Html Css Color HEX #572077 Blue Diamond

📋 copy color: '#572077'

red 87 ◦ green 32 ◦ blue 119

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

Shades of Blue Diamond #572077

Tints of Blue Diamond #572077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50%

R = 36.55%
G = 13.45%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#572077 (or 0x572077) is known color: Blue Diamond. HEX triplet: 57, 20 and 77. RGB value is (87,32,119). Sum of RGB (Red+Green+Blue) = 87+32+119=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #572077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572077 is #A8DF88. Grayscale: #3A3A3A. Windows color (decimal): -11067273 or 7807063. OLE color: 7807063.

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

Color convert

RGB 87 32 119 -
CMYK 0.27 0.73 0 0.53
HSL 277.93º 0.58% 0.3% -
HSV(B) 277.93º 0.73% 0.47% -
XYZ 7.78 4.39 17.89 -
YUV 58.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 87 32 119 0.27 0.73 0 0.53 277.93 0.58 0.3
Hex 57 20 77 1B 49 0 35 116 3A 1E
Octal 127 40 167 33 111 0 65 426 72 36
Binary 1010111 100000 1110111 11011 1001001 0 110101 100010110 111010 11110

Color Harmonies of #572077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572077

Black with #572077

Text Example


Text Example

White with #572077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572077; }

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

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

background-color css

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

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

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

border-color css

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

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

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