#571973

Color #571973 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #571973

Tints of Blue Diamond #571973

Color information

#571973 (or 0x571973) is unknown color: approx Blue Diamond. HEX triplet: 57, 19 and 73. RGB value is (87,25,115). Sum of RGB (Red+Green+Blue) = 87+25+115=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #571973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571973 is #A8E68C. Grayscale: #353535. Windows color (decimal): -11069069 or 7543127. OLE color: 7543127.

HSL color Cylindrical-coordinate representation of color #571973: hue angle of 281.33º 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 #571973 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8725115-
CMYK0.240.7800.55
HSL281.33º64.29%27.45%-
HSV(B)281.33º78.26%45.1%-
XYZ7.373.9616.6-
YUV53.8162.54151.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=38.33%
G=11.01%
B=50.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87251150.240.7800.55281.3364.2927.45
Hex571973184E037119401b
Octal127311633011606743110033
Binary10101111100111100111100010011100110111100011001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571973; }

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

 H1.HeaderClassName
 {
   color: #571973;
 }
 .AnyTagClassName
 {
   color: #571973;
 }
</style>
background-color css

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

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

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

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

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

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