Html Css Color HEX #525E85 Chambray

📋 copy color: '#525E85'

red 82 ◦ green 94 ◦ blue 133

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

Shades of Chambray #525E85

Tints of Chambray #525E85

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 26.54%
G = 30.42%
B = 43.04%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#525E85 (or 0x525E85) is known color: Chambray. HEX triplet: 52, 5E and 85. RGB value is (82,94,133). Sum of RGB (Red+Green+Blue) = 82+94+133=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #525E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E85 is #ADA17A. Grayscale: #5E5E5E. Windows color (decimal): -11379067 or 8740434. OLE color: 8740434.

HSL color Cylindrical-coordinate representation of color #525E85: hue angle of 225.88º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525E85 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 94 133 -
CMYK 0.38 0.29 0 0.48
HSL 225.88º 0.24% 0.42% -
HSV(B) 225.88º 0.38% 0.52% -
XYZ 11.72 11.49 23.79 -
YUV 94.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 82 94 133 0.38 0.29 0 0.48 225.88 0.24 0.42
Hex 52 5E 85 26 1D 0 30 E2 18 2A
Octal 122 136 205 46 35 0 60 342 30 52
Binary 1010010 1011110 10000101 100110 11101 0 110000 11100010 11000 101010

Color Harmonies of #525E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525E85

Black with #525E85

Text Example


Text Example

White with #525E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525E85; }

 p { color: rgb(82,94,133); }

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

background-color css

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

 a { background-color: rgb(82,94,133); }

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

border-color css

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

 span { border-color: rgb(82,94,133); }

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