#572375

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

Shades of Blue Diamond #572375

Tints of Blue Diamond #572375

Color information

#572375 (or 0x572375) is unknown color: approx Blue Diamond. HEX triplet: 57, 23 and 75. RGB value is (87,35,117). Sum of RGB (Red+Green+Blue) = 87+35+117=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #572375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572375 is #A8DC8A. Grayscale: #3B3B3B. Windows color (decimal): -11066507 or 7676759. OLE color: 7676759.

HSL color Cylindrical-coordinate representation of color #572375: hue angle of 278.05º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #572375 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8735117-
CMYK0.260.7000.54
HSL278.05º53.95%29.8%-
HSV(B)278.05º70.09%45.88%-
XYZ7.744.5117.29-
YUV59.9160.23147.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=36.40%
G=14.64%
B=48.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87351170.260.7000.54278.0553.9529.8
Hex5723751A46036116361e
Octal12743165321060664266636
Binary10101111000111110101110101000110011011010001011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572375; }

 p { color: rgb(87,35,117); }

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

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

 a { background-color: rgb(87,35,117); }

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

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

 span { border-color: rgb(87,35,117); }

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