#53227B

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

Shades of Blue Diamond #53227B

Tints of Blue Diamond #53227B

Color information

#53227B (or 0x53227B) is unknown color: approx Blue Diamond. HEX triplet: 53, 22 and 7B. RGB value is (83,34,123). Sum of RGB (Red+Green+Blue) = 83+34+123=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #53227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53227B is #ACDD84. Grayscale: #3A3A3A. Windows color (decimal): -11328901 or 8069715. OLE color: 8069715.

HSL color Cylindrical-coordinate representation of color #53227B: hue angle of 273.03º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53227B is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8334123-
CMYK0.330.7200.52
HSL273.03º56.69%30.78%-
HSV(B)273.03º72.36%48.24%-
XYZ7.714.4119.18-
YUV58.8164.23145.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=34.58%
G=14.17%
B=51.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83341230.330.7200.52273.0356.6930.78
Hex53227B2148034111391f
Octal12342173411100644217137
Binary101001110001011110111000011001000011010010001000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53227B; }

 p { color: rgb(83,34,123); }

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

<style>
 a { background-color: #53227B; }

 a { background-color: rgb(83,34,123); }

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

<style>
 span { border-color: #53227B; }

 span { border-color: rgb(83,34,123); }

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