#53366E

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

Shades of Blue Diamond #53366E

Tints of Blue Diamond #53366E

Color information

#53366E (or 0x53366E) is unknown color: approx Blue Diamond. HEX triplet: 53, 36 and 6E. RGB value is (83,54,110). Sum of RGB (Red+Green+Blue) = 83+54+110=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #53366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53366E is #ACC991. Grayscale: #444444. Windows color (decimal): -11323794 or 7222867. OLE color: 7222867.

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

Color convert

RGB8354110-
CMYK0.250.5100.57
HSL271.07º34.15%32.16%-
HSV(B)271.07º50.91%43.14%-
XYZ7.75.615.43-
YUV69.06151.11137.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=33.60%
G=21.86%
B=44.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83541100.250.5100.57271.0734.1532.16
Hex53366E193303910f2220
Octal1236615631630714174240
Binary10100111101101101110110011100110111001100001111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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