#532373

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

Shades of Blue Diamond #532373

Tints of Blue Diamond #532373

Color information

#532373 (or 0x532373) is unknown color: approx Blue Diamond. HEX triplet: 53, 23 and 73. RGB value is (83,35,115). Sum of RGB (Red+Green+Blue) = 83+35+115=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #532373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532373 is #ACDC8C. Grayscale: #3A3A3A. Windows color (decimal): -11328653 or 7545683. OLE color: 7545683.

HSL color Cylindrical-coordinate representation of color #532373: hue angle of 276º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532373 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8335115-
CMYK0.280.7000.55
HSL276º53.33%29.41%-
HSV(B)276º69.57%45.1%-
XYZ7.264.2816.66-
YUV58.47159.9145.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=35.62%
G=15.02%
B=49.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83351150.280.7000.5527653.3329.41
Hex5323731C46037114351d
Octal12343163341060674246535
Binary10100111000111110011111001000110011011110001010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532373; }

 p { color: rgb(83,35,115); }

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

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

 a { background-color: rgb(83,35,115); }

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

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

 span { border-color: rgb(83,35,115); }

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