#523675

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

Shades of Blue Diamond #523675

Tints of Blue Diamond #523675

Color information

#523675 (or 0x523675) is unknown color: approx Blue Diamond. HEX triplet: 52, 36 and 75. RGB value is (82,54,117). Sum of RGB (Red+Green+Blue) = 82+54+117=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #523675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523675 is #ADC98A. Grayscale: #454545. Windows color (decimal): -11389323 or 7681618. OLE color: 7681618.

HSL color Cylindrical-coordinate representation of color #523675: hue angle of 266.67º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #523675 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8254117-
CMYK0.300.5400.54
HSL266.67º36.84%33.53%-
HSV(B)266.67º53.85%45.88%-
XYZ8.015.7217.51-
YUV69.55154.78136.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=32.41%
G=21.34%
B=46.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82541170.300.5400.54266.6736.8433.53
Hex5236751E3603610b2522
Octal1226616536660664134542
Binary10100101101101110101111101101100110110100001011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523675; }

 p { color: rgb(82,54,117); }

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

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

 a { background-color: rgb(82,54,117); }

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

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

 span { border-color: rgb(82,54,117); }

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