#522770

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

Shades of Blue Diamond #522770

Tints of Blue Diamond #522770

Color information

#522770 (or 0x522770) is unknown color: approx Blue Diamond. HEX triplet: 52, 27 and 70. RGB value is (82,39,112). Sum of RGB (Red+Green+Blue) = 82+39+112=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #522770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522770 is #ADD88F. Grayscale: #3B3B3B. Windows color (decimal): -11393168 or 7350098. OLE color: 7350098.

HSL color Cylindrical-coordinate representation of color #522770: hue angle of 275.34º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #522770 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8239112-
CMYK0.270.6500.56
HSL275.34º48.34%29.61%-
HSV(B)275.34º65.18%43.92%-
XYZ7.134.4115.81-
YUV60.18157.25143.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=35.19%
G=16.74%
B=48.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82391120.270.6500.56275.3448.3429.61
Hex5227701B41038113301e
Octal12247160331010704236036
Binary10100101001111110000110111000001011100010001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522770; }

 p { color: rgb(82,39,112); }

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

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

 a { background-color: rgb(82,39,112); }

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

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

 span { border-color: rgb(82,39,112); }

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