#522375

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

Shades of Blue Diamond #522375

Tints of Blue Diamond #522375

Color information

#522375 (or 0x522375) is unknown color: approx Blue Diamond. HEX triplet: 52, 23 and 75. RGB value is (82,35,117). Sum of RGB (Red+Green+Blue) = 82+35+117=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #522375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522375 is #ADDC8A. Grayscale: #3A3A3A. Windows color (decimal): -11394187 or 7676754. OLE color: 7676754.

HSL color Cylindrical-coordinate representation of color #522375: hue angle of 274.39º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522375 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8235117-
CMYK0.300.7000.54
HSL274.39º53.95%29.8%-
HSV(B)274.39º70.09%45.88%-
XYZ7.294.2817.27-
YUV58.4161.07144.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 117 (46.09% from 255) = 50%
R=35.04%
G=14.96%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82351170.300.7000.54274.3953.9529.8
Hex5223751E46036112361e
Octal12243165361060664226636
Binary10100101000111110101111101000110011011010001001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522375; }

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

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

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

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

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

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

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

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