#521B77

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

Shades of Blue Diamond #521B77

Tints of Blue Diamond #521B77

Color information

#521B77 (or 0x521B77) is unknown color: approx Blue Diamond. HEX triplet: 52, 1B and 77. RGB value is (82,27,119). Sum of RGB (Red+Green+Blue) = 82+27+119=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #521B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B77 is #ADE488. Grayscale: #353535. Windows color (decimal): -11396233 or 7805778. OLE color: 7805778.

HSL color Cylindrical-coordinate representation of color #521B77: hue angle of 275.87º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521B77 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8227119-
CMYK0.310.7700.53
HSL275.87º63.01%28.63%-
HSV(B)275.87º77.31%46.67%-
XYZ7.23.9117.83-
YUV53.93164.72148.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 27 (10.94% from 255) = 11.84%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=35.96%
G=11.84%
B=52.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82271190.310.7700.53275.8763.0128.63
Hex521B771F4D0351143f1d
Octal12233167371150654247735
Binary1010010110111110111111111001101011010110001010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521B77; }

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

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

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

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

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

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

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

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