Html Css Color HEX #525D6D Chambray

📋 copy color: '#525D6D'

red 82 ◦ green 93 ◦ blue 109

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

Shades of Chambray #525D6D

Tints of Chambray #525D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 28.87%
G = 32.75%
B = 38.38%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#525D6D (or 0x525D6D) is known color: Chambray. HEX triplet: 52, 5D and 6D. RGB value is (82,93,109). Sum of RGB (Red+Green+Blue) = 82+93+109=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #525D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D6D is #ADA292. Grayscale: #5B5B5B. Windows color (decimal): -11379347 or 7167314. OLE color: 7167314.

HSL color Cylindrical-coordinate representation of color #525D6D: hue angle of 215.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525D6D is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 93 109 -
CMYK 0.25 0.15 0 0.57
HSL 215.56º 0.14% 0.37% -
HSV(B) 215.56º 0.25% 0.43% -
XYZ 10.15 10.73 16 -
YUV 91.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 82 93 109 0.25 0.15 0 0.57 215.56 0.14 0.37
Hex 52 5D 6D 19 F 0 39 D8 E 25
Octal 122 135 155 31 17 0 71 330 16 45
Binary 1010010 1011101 1101101 11001 1111 0 111001 11011000 1110 100101

Color Harmonies of #525D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525D6D

Black with #525D6D

Text Example


Text Example

White with #525D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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