#571972

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

Shades of Blue Diamond #571972

Tints of Blue Diamond #571972

Color information

#571972 (or 0x571972) is unknown color: approx 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

RGB8725114-
CMYK0.240.7800.55
HSL281.8º64.03%27.25%-
HSV(B)281.8º78.07%44.71%-
XYZ7.323.9416.29-
YUV53.68162.04151.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=38.50%
G=11.06%
B=50.44%

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
Decimal87251140.240.7800.55281.864.0327.25
Hex571972184E03711a401b
Octal127311623011606743210033
Binary10101111100111100101100010011100110111100011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>