Html Css Color HEX #571972 Blue Diamond

📋 copy color: '#571972'

red 87 ◦ green 25 ◦ blue 114

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

Shades of Blue Diamond #571972

Tints of Blue Diamond #571972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 38.5%
G = 11.06%
B = 50.44%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#571972 (or 0x571972) is known color: Blue Diamond. HEX triplet: 57, 19 and 72. RGB value is (87,25,114). Sum of RGB (Red+Green+Blue) = 87+25+114=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #571972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571972 is #A8E68D. Grayscale: #353535. Windows color (decimal): -11069070 or 7477591. OLE color: 7477591.

HSL color Cylindrical-coordinate representation of color #571972: hue angle of 281.8º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571972 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 25 114 -
CMYK 0.24 0.78 0 0.55
HSL 281.8º 0.64% 0.27% -
HSV(B) 281.8º 0.78% 0.45% -
XYZ 7.32 3.94 16.29 -
YUV 53.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 87 25 114 0.24 0.78 0 0.55 281.8 0.64 0.27
Hex 57 19 72 18 4E 0 37 11A 40 1B
Octal 127 31 162 30 116 0 67 432 100 33
Binary 1010111 11001 1110010 11000 1001110 0 110111 100011010 1000000 11011

Color Harmonies of #571972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571972

Black with #571972

Text Example


Text Example

White with #571972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571972; }

 p { color: rgb(87,25,114); }

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

background-color css

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

 a { background-color: rgb(87,25,114); }

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

border-color css

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

 span { border-color: rgb(87,25,114); }

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