#523872

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

Shades of Blue Diamond #523872

Tints of Blue Diamond #523872

Color information

#523872 (or 0x523872) is unknown color: approx Blue Diamond. HEX triplet: 52, 38 and 72. RGB value is (82,56,114). Sum of RGB (Red+Green+Blue) = 82+56+114=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #523872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523872 is #ADC78D. Grayscale: #464646. Windows color (decimal): -11388814 or 7485522. OLE color: 7485522.

HSL color Cylindrical-coordinate representation of color #523872: hue angle of 266.9º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #523872 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8256114-
CMYK0.280.5100.55
HSL266.9º34.12%33.33%-
HSV(B)266.9º50.88%44.71%-
XYZ7.935.8416.63-
YUV70.39152.61136.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=32.54%
G=22.22%
B=45.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82561140.280.5100.55266.934.1233.33
Hex5238721C3303710b2221
Octal1227016234630674134241
Binary10100101110001110010111001100110110111100001011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523872; }

 p { color: rgb(82,56,114); }

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

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

 a { background-color: rgb(82,56,114); }

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

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

 span { border-color: rgb(82,56,114); }

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