Html Css Color HEX #525780 Chambray

📋 copy color: '#525780'

red 82 ◦ green 87 ◦ blue 128

#525780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #525780

Tints of Chambray #525780

RGB

 RED value IS 82 (32.42% from 255) = 27.61%

 GREEN value IS 87 (34.38% from 255) = 29.29%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 27.61%
G = 29.29%
B = 43.1%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#525780 (or 0x525780) is known color: Chambray. HEX triplet: 52, 57 and 80. RGB value is (82,87,128). Sum of RGB (Red+Green+Blue) = 82+87+128=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #525780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525780 is #ADA87F. Grayscale: #5A5A5A. Windows color (decimal): -11380864 or 8410962. OLE color: 8410962.

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

Color convert

RGB 82 87 128 -
CMYK 0.36 0.32 0 0.50
HSL 233.48º 0.22% 0.41% -
HSV(B) 233.48º 0.36% 0.5% -
XYZ 10.78 10.17 21.82 -
YUV 90.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 82 87 128 0.36 0.32 0 0.50 233.48 0.22 0.41
Hex 52 57 80 24 20 0 32 E9 16 29
Octal 122 127 200 44 40 0 62 351 26 51
Binary 1010010 1010111 10000000 100100 100000 0 110010 11101001 10110 101001

Color Harmonies of #525780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525780

Black with #525780

Text Example


Text Example

White with #525780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525780; }

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

 H1.HeaderClassName
 {
   color: #525780;
 }
 .AnyTagClassName
 {
   color: #525780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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