#525781

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

Shades of Chambray #525781

Tints of Chambray #525781

Color information

#525781 (or 0x525781) is unknown color: approx Chambray. HEX triplet: 52, 57 and 81. RGB value is (82,87,129). Sum of RGB (Red+Green+Blue) = 82+87+129=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #525781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525781 is #ADA87E. Grayscale: #5A5A5A. Windows color (decimal): -11380863 or 8476498. OLE color: 8476498.

HSL color Cylindrical-coordinate representation of color #525781: hue angle of 233.62º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525781 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8287129-
CMYK0.360.3300.49
HSL233.62º22.27%41.37%-
HSV(B)233.62º36.43%50.59%-
XYZ10.8510.222.16-
YUV90.29149.84122.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=27.52%
G=29.19%
B=43.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82871290.360.3300.49233.6222.2741.37
Hex5257812421031ea1629
Octal12212720144410613522651
Binary101001010101111000000110010010000101100011110101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525781; }

 p { color: rgb(82,87,129); }

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

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

 a { background-color: rgb(82,87,129); }

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

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

 span { border-color: rgb(82,87,129); }

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