#52237B

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

Shades of Blue Diamond #52237B

Tints of Blue Diamond #52237B

Color information

#52237B (or 0x52237B) is unknown color: approx Blue Diamond. HEX triplet: 52, 23 and 7B. RGB value is (82,35,123). Sum of RGB (Red+Green+Blue) = 82+35+123=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 35 (14.06% from 255 or 14.58% 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 #52237B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52237B is #ADDC84. Grayscale: #3A3A3A. Windows color (decimal): -11394181 or 8069970. OLE color: 8069970.

HSL color Cylindrical-coordinate representation of color #52237B: hue angle of 272.05º degrees, saturation: 0.56, 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 #52237B is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8235123-
CMYK0.330.7200.52
HSL272.05º55.7%30.98%-
HSV(B)272.05º71.54%48.24%-
XYZ7.664.4319.19-
YUV59.08164.07144.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=34.17%
G=14.58%
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
Decimal82351230.330.7200.52272.0555.730.98
Hex52237B2148034110381f
Octal12243173411100644207037
Binary101001010001111110111000011001000011010010001000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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