#52428F

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

Shades of Blue Gem #52428F

Tints of Blue Gem #52428F

Color information

#52428F (or 0x52428F) is unknown color: approx Blue Gem. HEX triplet: 52, 42 and 8F. RGB value is (82,66,143). Sum of RGB (Red+Green+Blue) = 82+66+143=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #52428F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52428F is #ADBD70. Grayscale: #4F4F4F. Windows color (decimal): -11386225 or 9388626. OLE color: 9388626.

HSL color Cylindrical-coordinate representation of color #52428F: hue angle of 252.47º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52428F is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8266143-
CMYK0.430.5400.44
HSL252.47º36.84%40.98%-
HSV(B)252.47º53.85%56.08%-
XYZ10.397.6726.92-
YUV79.56163.8129.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=28.18%
G=22.68%
B=49.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82661430.430.5400.44252.4736.8440.98
Hex52428F2B3602Cfc2529
Octal12210221753660543744551
Binary1010010100001010001111101011110110010110011111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52428F; }

 p { color: rgb(82,66,143); }

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

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

 a { background-color: rgb(82,66,143); }

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

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

 span { border-color: rgb(82,66,143); }

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