#571A7A

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

Shades of Blue Diamond #571A7A

Tints of Blue Diamond #571A7A

Color information

#571A7A (or 0x571A7A) is unknown color: approx Blue Diamond. HEX triplet: 57, 1A and 7A. RGB value is (87,26,122). Sum of RGB (Red+Green+Blue) = 87+26+122=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #571A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A7A is #A8E585. Grayscale: #363636. Windows color (decimal): -11068806 or 8002135. OLE color: 8002135.

HSL color Cylindrical-coordinate representation of color #571A7A: hue angle of 278.12º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571A7A is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8726122-
CMYK0.290.7900.52
HSL278.12º64.86%29.02%-
HSV(B)278.12º78.69%47.84%-
XYZ7.814.1718.81-
YUV55.18165.71150.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=37.02%
G=11.06%
B=51.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87261220.290.7900.52278.1264.8629.02
Hex571A7A1D4F034116411d
Octal127321723511706442610135
Binary10101111101011110101110110011110110100100010110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571A7A; }

 p { color: rgb(87,26,122); }

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

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

 a { background-color: rgb(87,26,122); }

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

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

 span { border-color: rgb(87,26,122); }

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