#53276E

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

Shades of Blue Diamond #53276E

Tints of Blue Diamond #53276E

Color information

#53276E (or 0x53276E) is unknown color: approx Blue Diamond. HEX triplet: 53, 27 and 6E. RGB value is (83,39,110). Sum of RGB (Red+Green+Blue) = 83+39+110=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #53276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53276E is #ACD891. Grayscale: #3C3C3C. Windows color (decimal): -11327634 or 7219027. OLE color: 7219027.

HSL color Cylindrical-coordinate representation of color #53276E: hue angle of 277.18º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53276E is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8339110-
CMYK0.250.6500.57
HSL277.18º47.65%29.22%-
HSV(B)277.18º64.55%43.14%-
XYZ7.114.4215.23-
YUV60.25156.08144.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=35.78%
G=16.81%
B=47.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83391100.250.6500.57277.1847.6529.22
Hex53276E1941039115301d
Octal12347156311010714256035
Binary10100111001111101110110011000001011100110001010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53276E; }

 p { color: rgb(83,39,110); }

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

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

 a { background-color: rgb(83,39,110); }

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

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

 span { border-color: rgb(83,39,110); }

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