Html Css Color HEX #572571 Blue Diamond

📋 copy color: '#572571'

red 87 ◦ green 37 ◦ blue 113

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

Shades of Blue Diamond #572571

Tints of Blue Diamond #572571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

 BLUE value IS 113 (44.53% from 255) = 47.68%

R = 36.71%
G = 15.61%
B = 47.68%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#572571 (or 0x572571) is known color: Blue Diamond. HEX triplet: 57, 25 and 71. RGB value is (87,37,113). Sum of RGB (Red+Green+Blue) = 87+37+113=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #572571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572571 is #A8DA8E. Grayscale: #3C3C3C. Windows color (decimal): -11065999 or 7415127. OLE color: 7415127.

HSL color Cylindrical-coordinate representation of color #572571: hue angle of 279.47º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572571 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 37 113 -
CMYK 0.23 0.67 0 0.56
HSL 279.47º 0.51% 0.29% -
HSV(B) 279.47º 0.67% 0.44% -
XYZ 7.57 4.54 16.1 -
YUV 60.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 87 37 113 0.23 0.67 0 0.56 279.47 0.51 0.29
Hex 57 25 71 17 43 0 38 117 33 1D
Octal 127 45 161 27 103 0 70 427 63 35
Binary 1010111 100101 1110001 10111 1000011 0 111000 100010111 110011 11101

Color Harmonies of #572571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572571

Black with #572571

Text Example


Text Example

White with #572571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572571; }

 p { color: rgb(87,37,113); }

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

background-color css

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

 a { background-color: rgb(87,37,113); }

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

border-color css

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

 span { border-color: rgb(87,37,113); }

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