#52227A

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

Shades of Blue Diamond #52227A

Tints of Blue Diamond #52227A

Color information

#52227A (or 0x52227A) is unknown color: approx Blue Diamond. HEX triplet: 52, 22 and 7A. RGB value is (82,34,122). Sum of RGB (Red+Green+Blue) = 82+34+122=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #52227A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52227A is #ADDD85. Grayscale: #3A3A3A. Windows color (decimal): -11394438 or 8004178. OLE color: 8004178.

HSL color Cylindrical-coordinate representation of color #52227A: hue angle of 272.73º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52227A is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8234122-
CMYK0.330.7200.52
HSL272.73º56.41%30.59%-
HSV(B)272.73º72.13%47.84%-
XYZ7.564.3418.85-
YUV58.38163.9144.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=34.45%
G=14.29%
B=51.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82341220.330.7200.52272.7356.4130.59
Hex52227A2148034111381f
Octal12242172411100644217037
Binary101001010001011110101000011001000011010010001000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52227A; }

 p { color: rgb(82,34,122); }

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

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

 a { background-color: rgb(82,34,122); }

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

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

 span { border-color: rgb(82,34,122); }

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