#532975

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

Shades of Blue Diamond #532975

Tints of Blue Diamond #532975

Color information

#532975 (or 0x532975) is unknown color: approx Blue Diamond. HEX triplet: 53, 29 and 75. RGB value is (83,41,117). Sum of RGB (Red+Green+Blue) = 83+41+117=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #532975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532975 is #ACD68A. Grayscale: #3D3D3D. Windows color (decimal): -11327115 or 7678291. OLE color: 7678291.

HSL color Cylindrical-coordinate representation of color #532975: hue angle of 273.16º 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 #532975 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8341117-
CMYK0.290.6500.54
HSL273.16º48.1%30.98%-
HSV(B)273.16º64.96%45.88%-
XYZ7.574.7117.34-
YUV62.22158.91142.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=34.44%
G=17.01%
B=48.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83411170.290.6500.54273.1648.130.98
Hex5329751D41036111301f
Octal12351165351010664216037
Binary10100111010011110101111011000001011011010001000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532975; }

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

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

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

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

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

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

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

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