#522B69

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

Shades of Blue Diamond #522B69

Tints of Blue Diamond #522B69

Color information

#522B69 (or 0x522B69) is unknown color: approx Blue Diamond. HEX triplet: 52, 2B and 69. RGB value is (82,43,105). Sum of RGB (Red+Green+Blue) = 82+43+105=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #522B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B69 is #ADD496. Grayscale: #3D3D3D. Windows color (decimal): -11392151 or 6892370. OLE color: 6892370.

HSL color Cylindrical-coordinate representation of color #522B69: hue angle of 277.74º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #522B69 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8243105-
CMYK0.220.5900.59
HSL277.74º41.89%29.02%-
HSV(B)277.74º59.05%41.18%-
XYZ6.894.5413.88-
YUV61.73152.42142.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 43 (17.19% from 255) = 18.70%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=35.65%
G=18.70%
B=45.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82431050.220.5900.59277.7441.8929.02
Hex522B69163B03B1162a1d
Octal1225315126730734265235
Binary1010010101011110100110110111011011101110001011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522B69; }

 p { color: rgb(82,43,105); }

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

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

 a { background-color: rgb(82,43,105); }

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

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

 span { border-color: rgb(82,43,105); }

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