#523075

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

Shades of Blue Diamond #523075

Tints of Blue Diamond #523075

Color information

#523075 (or 0x523075) is unknown color: approx Blue Diamond. HEX triplet: 52, 30 and 75. RGB value is (82,48,117). Sum of RGB (Red+Green+Blue) = 82+48+117=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #523075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523075 is #ADCF8A. Grayscale: #414141. Windows color (decimal): -11390859 or 7680082. OLE color: 7680082.

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

Color convert

RGB8248117-
CMYK0.300.5900.54
HSL269.57º41.82%32.35%-
HSV(B)269.57º58.97%45.88%-
XYZ7.755.1917.42-
YUV66.03156.76139.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=33.20%
G=19.43%
B=47.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82481170.300.5900.54269.5741.8232.35
Hex5230751E3B03610e2a20
Octal1226016536730664165240
Binary10100101100001110101111101110110110110100001110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523075; }

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

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

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

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

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

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

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

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