#572573

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

Shades of Blue Diamond #572573

Tints of Blue Diamond #572573

Color information

#572573 (or 0x572573) is unknown color: approx Blue Diamond. HEX triplet: 57, 25 and 73. RGB value is (87,37,115). Sum of RGB (Red+Green+Blue) = 87+37+115=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #572573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572573 is #A8DA8C. Grayscale: #3C3C3C. Windows color (decimal): -11065997 or 7546199. OLE color: 7546199.

HSL color Cylindrical-coordinate representation of color #572573: hue angle of 278.46º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572573 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8737115-
CMYK0.240.6800.55
HSL278.46º51.32%29.8%-
HSV(B)278.46º67.83%45.1%-
XYZ7.694.5916.7-
YUV60.84158.56146.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=36.40%
G=15.48%
B=48.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87371150.240.6800.55278.4651.3229.8
Hex5725731844037116331e
Octal12745163301040674266336
Binary10101111001011110011110001000100011011110001011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572573; }

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

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

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

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

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

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

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

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