#57217A

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

Shades of Blue Diamond #57217A

Tints of Blue Diamond #57217A

Color information

#57217A (or 0x57217A) is unknown color: approx Blue Diamond. HEX triplet: 57, 21 and 7A. RGB value is (87,33,122). Sum of RGB (Red+Green+Blue) = 87+33+122=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #57217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57217A is #A8DE85. Grayscale: #3A3A3A. Windows color (decimal): -11067014 or 8003927. OLE color: 8003927.

HSL color Cylindrical-coordinate representation of color #57217A: hue angle of 276.4º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57217A is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8733122-
CMYK0.290.7300.52
HSL276.4º57.42%30.39%-
HSV(B)276.4º72.95%47.84%-
XYZ7.994.5218.86-
YUV59.29163.39147.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=35.95%
G=13.64%
B=50.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87331220.290.7300.52276.457.4230.39
Hex57217A1D49034114391e
Octal12741172351110644247136
Binary10101111000011111010111011001001011010010001010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57217A; }

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

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

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

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

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

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

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

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