#53346E

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

Shades of Blue Diamond #53346E

Tints of Blue Diamond #53346E

Color information

#53346E (or 0x53346E) is unknown color: approx Blue Diamond. HEX triplet: 53, 34 and 6E. RGB value is (83,52,110). Sum of RGB (Red+Green+Blue) = 83+52+110=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #53346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53346E is #ACCB91. Grayscale: #434343. Windows color (decimal): -11324306 or 7222355. OLE color: 7222355.

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

Color convert

RGB8352110-
CMYK0.250.5300.57
HSL272.07º35.8%31.76%-
HSV(B)272.07º52.73%43.14%-
XYZ7.615.4215.4-
YUV67.88151.77138.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=33.88%
G=21.22%
B=44.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83521100.250.5300.57272.0735.831.76
Hex53346E19350391102420
Octal1236415631650714204440
Binary10100111101001101110110011101010111001100010000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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