#523377

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

Shades of Blue Diamond #523377

Tints of Blue Diamond #523377

Color information

#523377 (or 0x523377) is unknown color: approx Blue Diamond. HEX triplet: 52, 33 and 77. RGB value is (82,51,119). Sum of RGB (Red+Green+Blue) = 82+51+119=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #523377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523377 is #ADCC88. Grayscale: #434343. Windows color (decimal): -11390089 or 7811922. OLE color: 7811922.

HSL color Cylindrical-coordinate representation of color #523377: hue angle of 267.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #523377 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8251119-
CMYK0.310.5700.53
HSL267.35º40%33.33%-
HSV(B)267.35º57.14%46.67%-
XYZ7.995.4918.09-
YUV68.02156.77137.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=32.54%
G=20.24%
B=47.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82511190.310.5700.53267.354033.33
Hex5233771F3903510b2821
Octal1226316737710654135041
Binary10100101100111110111111111110010110101100001011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523377; }

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

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

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

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

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

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

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

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