#572975

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

Shades of Blue Diamond #572975

Tints of Blue Diamond #572975

Color information

#572975 (or 0x572975) is unknown color: approx Blue Diamond. HEX triplet: 57, 29 and 75. RGB value is (87,41,117). Sum of RGB (Red+Green+Blue) = 87+41+117=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #572975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572975 is #A8D68A. Grayscale: #3F3F3F. Windows color (decimal): -11064971 or 7678295. OLE color: 7678295.

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

Color convert

RGB8741117-
CMYK0.260.6500.54
HSL276.32º48.1%30.98%-
HSV(B)276.32º64.96%45.88%-
XYZ7.934.917.36-
YUV63.42158.24144.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=35.51%
G=16.73%
B=47.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87411170.260.6500.54276.3248.130.98
Hex5729751A41036114301f
Octal12751165321010664246037
Binary10101111010011110101110101000001011011010001010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572975; }

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

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

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

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

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

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

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

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