#522675

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

Shades of Blue Diamond #522675

Tints of Blue Diamond #522675

Color information

#522675 (or 0x522675) is unknown color: approx Blue Diamond. HEX triplet: 52, 26 and 75. RGB value is (82,38,117). Sum of RGB (Red+Green+Blue) = 82+38+117=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #522675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522675 is #ADD98A. Grayscale: #3B3B3B. Windows color (decimal): -11393419 or 7677522. OLE color: 7677522.

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

Color convert

RGB8238117-
CMYK0.300.6800.54
HSL273.42º50.97%30.39%-
HSV(B)273.42º67.52%45.88%-
XYZ7.384.4617.3-
YUV60.16160.08143.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=34.60%
G=16.03%
B=49.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82381170.300.6800.54273.4250.9730.39
Hex5226751E44036111331e
Octal12246165361040664216336
Binary10100101001101110101111101000100011011010001000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522675; }

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

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

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

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

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

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

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

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