#522670

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

Shades of Blue Diamond #522670

Tints of Blue Diamond #522670

Color information

#522670 (or 0x522670) is unknown color: approx Blue Diamond. HEX triplet: 52, 26 and 70. RGB value is (82,38,112). Sum of RGB (Red+Green+Blue) = 82+38+112=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #522670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522670 is #ADD98F. Grayscale: #3B3B3B. Windows color (decimal): -11393424 or 7349842. OLE color: 7349842.

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

Color convert

RGB8238112-
CMYK0.270.6600.56
HSL275.68º49.33%29.41%-
HSV(B)275.68º66.07%43.92%-
XYZ7.14.3515.79-
YUV59.59157.58143.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=35.34%
G=16.38%
B=48.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82381120.270.6600.56275.6849.3329.41
Hex5226701B42038114311d
Octal12246160331020704246135
Binary10100101001101110000110111000010011100010001010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522670; }

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

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

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

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

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

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

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

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