#521877

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

Shades of Blue Diamond #521877

Tints of Blue Diamond #521877

Color information

#521877 (or 0x521877) is unknown color: approx Blue Diamond. HEX triplet: 52, 18 and 77. RGB value is (82,24,119). Sum of RGB (Red+Green+Blue) = 82+24+119=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #521877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521877 is #ADE788. Grayscale: #333333. Windows color (decimal): -11397001 or 7805010. OLE color: 7805010.

HSL color Cylindrical-coordinate representation of color #521877: hue angle of 276.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521877 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8224119-
CMYK0.310.8000.53
HSL276.63º66.43%28.04%-
HSV(B)276.63º79.83%46.67%-
XYZ7.143.7817.81-
YUV52.17165.72149.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=36.44%
G=10.67%
B=52.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82241190.310.8000.53276.6366.4328.04
Hex5218771F50035115421c
Octal122301673712006542510234
Binary10100101100011101111111110100000110101100010101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521877; }

 p { color: rgb(82,24,119); }

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

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

 a { background-color: rgb(82,24,119); }

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

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

 span { border-color: rgb(82,24,119); }

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