#53296C

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

Shades of Blue Diamond #53296C

Tints of Blue Diamond #53296C

Color information

#53296C (or 0x53296C) is unknown color: approx Blue Diamond. HEX triplet: 53, 29 and 6C. RGB value is (83,41,108). Sum of RGB (Red+Green+Blue) = 83+41+108=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #53296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53296C is #ACD693. Grayscale: #3C3C3C. Windows color (decimal): -11327124 or 7088467. OLE color: 7088467.

HSL color Cylindrical-coordinate representation of color #53296C: hue angle of 277.61º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53296C is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8341108-
CMYK0.230.6200.58
HSL277.61º44.97%29.22%-
HSV(B)277.61º62.04%42.35%-
XYZ7.074.5114.68-
YUV61.2154.41143.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=35.78%
G=17.67%
B=46.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83411080.230.6200.58277.6144.9729.22
Hex53296C173E03A1162d1d
Octal1235115427760724265535
Binary1010011101001110110010111111110011101010001011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53296C; }

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

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

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

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

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

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

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

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