Html Css Color HEX #572471 Blue Diamond

📋 copy color: '#572471'

red 87 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #572471

Tints of Blue Diamond #572471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

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

R = 36.86%
G = 15.25%
B = 47.88%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#572471 (or 0x572471) is known color: Blue Diamond. HEX triplet: 57, 24 and 71. RGB value is (87,36,113). Sum of RGB (Red+Green+Blue) = 87+36+113=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #572471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572471 is #A8DB8E. Grayscale: #3B3B3B. Windows color (decimal): -11066255 or 7414871. OLE color: 7414871.

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

Color convert

RGB 87 36 113 -
CMYK 0.23 0.68 0 0.56
HSL 279.74º 0.52% 0.29% -
HSV(B) 279.74º 0.68% 0.44% -
XYZ 7.54 4.48 16.09 -
YUV 60.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 87 36 113 0.23 0.68 0 0.56 279.74 0.52 0.29
Hex 57 24 71 17 44 0 38 118 34 1D
Octal 127 44 161 27 104 0 70 430 64 35
Binary 1010111 100100 1110001 10111 1000100 0 111000 100011000 110100 11101

Color Harmonies of #572471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572471

Black with #572471

Text Example


Text Example

White with #572471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572471; }

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

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

background-color css

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

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

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

border-color css

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

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

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