Html Css Color HEX #525880 Chambray

📋 copy color: '#525880'

red 82 ◦ green 88 ◦ blue 128

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

Shades of Chambray #525880

Tints of Chambray #525880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 27.52%
G = 29.53%
B = 42.95%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#525880 (or 0x525880) is known color: Chambray. HEX triplet: 52, 58 and 80. RGB value is (82,88,128). Sum of RGB (Red+Green+Blue) = 82+88+128=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #525880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525880 is #ADA77F. Grayscale: #5A5A5A. Windows color (decimal): -11380608 or 8411218. OLE color: 8411218.

HSL color Cylindrical-coordinate representation of color #525880: hue angle of 232.17º 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 #525880 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 88 128 -
CMYK 0.36 0.31 0 0.50
HSL 232.17º 0.22% 0.41% -
HSV(B) 232.17º 0.36% 0.5% -
XYZ 10.87 10.33 21.84 -
YUV 90.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 82 88 128 0.36 0.31 0 0.50 232.17 0.22 0.41
Hex 52 58 80 24 1F 0 32 E8 16 29
Octal 122 130 200 44 37 0 62 350 26 51
Binary 1010010 1011000 10000000 100100 11111 0 110010 11101000 10110 101001

Color Harmonies of #525880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525880

Black with #525880

Text Example


Text Example

White with #525880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525880; }

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

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

background-color css

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

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

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

border-color css

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

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

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