Html Css Color HEX #571970 Blue Diamond

📋 copy color: '#571970'

red 87 ◦ green 25 ◦ blue 112

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

Shades of Blue Diamond #571970

Tints of Blue Diamond #571970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50%

R = 38.84%
G = 11.16%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#571970 (or 0x571970) is known color: Blue Diamond. HEX triplet: 57, 19 and 70. RGB value is (87,25,112). Sum of RGB (Red+Green+Blue) = 87+25+112=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #571970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571970 is #A8E68F. Grayscale: #353535. Windows color (decimal): -11069072 or 7346519. OLE color: 7346519.

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

Color convert

RGB 87 25 112 -
CMYK 0.22 0.78 0 0.56
HSL 282.76º 0.64% 0.27% -
HSV(B) 282.76º 0.78% 0.44% -
XYZ 7.2 3.89 15.7 -
YUV 53.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 87 25 112 0.22 0.78 0 0.56 282.76 0.64 0.27
Hex 57 19 70 16 4E 0 38 11B 40 1B
Octal 127 31 160 26 116 0 70 433 100 33
Binary 1010111 11001 1110000 10110 1001110 0 111000 100011011 1000000 11011

Color Harmonies of #571970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571970

Black with #571970

Text Example


Text Example

White with #571970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571970; }

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

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

background-color css

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

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

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

border-color css

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

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

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