#53376F

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

Shades of Blue Diamond #53376F

Tints of Blue Diamond #53376F

Color information

#53376F (or 0x53376F) is unknown color: approx Blue Diamond. HEX triplet: 53, 37 and 6F. RGB value is (83,55,111). Sum of RGB (Red+Green+Blue) = 83+55+111=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #53376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53376F is #ACC890. Grayscale: #454545. Windows color (decimal): -11323537 or 7288659. OLE color: 7288659.

HSL color Cylindrical-coordinate representation of color #53376F: hue angle of 270º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53376F is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8355111-
CMYK0.250.5000.56
HSL270º33.73%32.55%-
HSV(B)270º50.45%43.53%-
XYZ7.85.7215.73-
YUV69.76151.28137.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=33.33%
G=22.09%
B=44.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83551110.250.5000.5627033.7332.55
Hex53376F193203810e2221
Octal1236715731620704164241
Binary10100111101111101111110011100100111000100001110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53376F; }

 p { color: rgb(83,55,111); }

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

<style>
 a { background-color: #53376F; }

 a { background-color: rgb(83,55,111); }

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

<style>
 span { border-color: #53376F; }

 span { border-color: rgb(83,55,111); }

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