#53266E

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

Shades of Blue Diamond #53266E

Tints of Blue Diamond #53266E

Color information

#53266E (or 0x53266E) is unknown color: approx Blue Diamond. HEX triplet: 53, 26 and 6E. RGB value is (83,38,110). Sum of RGB (Red+Green+Blue) = 83+38+110=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #53266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53266E is #ACD991. Grayscale: #3B3B3B. Windows color (decimal): -11327890 or 7218771. OLE color: 7218771.

HSL color Cylindrical-coordinate representation of color #53266E: hue angle of 277.5º degrees, saturation: 0.49, 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 #53266E is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8338110-
CMYK0.250.6500.57
HSL277.5º48.65%29.02%-
HSV(B)277.5º65.45%43.14%-
XYZ7.074.3515.22-
YUV59.66156.41144.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=35.93%
G=16.45%
B=47.62%

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
Decimal83381100.250.6500.57277.548.6529.02
Hex53266E1941039116311d
Octal12346156311010714266135
Binary10100111001101101110110011000001011100110001011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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