#522577

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

Shades of Blue Diamond #522577

Tints of Blue Diamond #522577

Color information

#522577 (or 0x522577) is unknown color: approx Blue Diamond. HEX triplet: 52, 25 and 77. RGB value is (82,37,119). Sum of RGB (Red+Green+Blue) = 82+37+119=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #522577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522577 is #ADDA88. Grayscale: #3B3B3B. Windows color (decimal): -11393673 or 7808338. OLE color: 7808338.

HSL color Cylindrical-coordinate representation of color #522577: hue angle of 272.93º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #522577 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8237119-
CMYK0.310.6900.53
HSL272.93º52.56%30.59%-
HSV(B)272.93º68.91%46.67%-
XYZ7.474.4517.92-
YUV59.8161.41143.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 119 (46.88% from 255) = 50%
R=34.45%
G=15.55%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82371190.310.6900.53272.9352.5630.59
Hex5225771F45035111351f
Octal12245167371050654216537
Binary10100101001011110111111111000101011010110001000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522577; }

 p { color: rgb(82,37,119); }

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

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

 a { background-color: rgb(82,37,119); }

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

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

 span { border-color: rgb(82,37,119); }

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