#522875

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

Shades of Blue Diamond #522875

Tints of Blue Diamond #522875

Color information

#522875 (or 0x522875) is unknown color: approx Blue Diamond. HEX triplet: 52, 28 and 75. RGB value is (82,40,117). Sum of RGB (Red+Green+Blue) = 82+40+117=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #522875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522875 is #ADD78A. Grayscale: #3D3D3D. Windows color (decimal): -11392907 or 7678034. OLE color: 7678034.

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

Color convert

RGB8240117-
CMYK0.300.6600.54
HSL272.73º49.04%30.78%-
HSV(B)272.73º65.81%45.88%-
XYZ7.454.617.32-
YUV61.34159.41142.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=34.31%
G=16.74%
B=48.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82401170.300.6600.54272.7349.0430.78
Hex5228751E42036111311f
Octal12250165361020664216137
Binary10100101010001110101111101000010011011010001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522875; }

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

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

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

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

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

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

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

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