Html Css Color HEX #525D87 Chambray

📋 copy color: '#525D87'

red 82 ◦ green 93 ◦ blue 135

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

Shades of Chambray #525D87

Tints of Chambray #525D87

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 135 (53.13% from 255) = 43.55%

R = 26.45%
G = 30%
B = 43.55%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#525D87 (or 0x525D87) is known color: Chambray. HEX triplet: 52, 5D and 87. RGB value is (82,93,135). Sum of RGB (Red+Green+Blue) = 82+93+135=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #525D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D87 is #ADA278. Grayscale: #5E5E5E. Windows color (decimal): -11379321 or 8871250. OLE color: 8871250.

HSL color Cylindrical-coordinate representation of color #525D87: hue angle of 227.55º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #525D87 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 93 135 -
CMYK 0.39 0.31 0 0.47
HSL 227.55º 0.24% 0.43% -
HSV(B) 227.55º 0.39% 0.53% -
XYZ 11.77 11.37 24.5 -
YUV 94.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 82 93 135 0.39 0.31 0 0.47 227.55 0.24 0.43
Hex 52 5D 87 27 1F 0 2F E4 18 2B
Octal 122 135 207 47 37 0 57 344 30 53
Binary 1010010 1011101 10000111 100111 11111 0 101111 11100100 11000 101011

Color Harmonies of #525D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D87

Black with #525D87

Text Example


Text Example

White with #525D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,93,135); }

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

background-color css

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

 a { background-color: rgb(82,93,135); }

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

border-color css

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

 span { border-color: rgb(82,93,135); }

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