#52277B

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

Shades of Blue Diamond #52277B

Tints of Blue Diamond #52277B

Color information

#52277B (or 0x52277B) is unknown color: approx Blue Diamond. HEX triplet: 52, 27 and 7B. RGB value is (82,39,123). Sum of RGB (Red+Green+Blue) = 82+39+123=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #52277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52277B is #ADD884. Grayscale: #3D3D3D. Windows color (decimal): -11393157 or 8070994. OLE color: 8070994.

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

Color convert

RGB8239123-
CMYK0.330.6800.52
HSL270.71º51.85%31.76%-
HSV(B)270.71º68.29%48.24%-
XYZ7.784.6719.23-
YUV61.43162.75142.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=33.61%
G=15.98%
B=50.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82391230.330.6800.52270.7151.8531.76
Hex52277B214403410f3420
Octal12247173411040644176440
Binary1010010100111111101110000110001000110100100001111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,39,123); }

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

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

 a { background-color: rgb(82,39,123); }

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

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

 span { border-color: rgb(82,39,123); }

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