Html Css Color HEX #52637E Chambray

📋 copy color: '#52637E'

red 82 ◦ green 99 ◦ blue 126

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

Shades of Chambray #52637E

Tints of Chambray #52637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 26.71%
G = 32.25%
B = 41.04%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52637E (or 0x52637E) is known color: Chambray. HEX triplet: 52, 63 and 7E. RGB value is (82,99,126). Sum of RGB (Red+Green+Blue) = 82+99+126=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #52637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52637E is #AD9C81. Grayscale: #606060. Windows color (decimal): -11377794 or 8282962. OLE color: 8282962.

HSL color Cylindrical-coordinate representation of color #52637E: hue angle of 216.82º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52637E is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 99 126 -
CMYK 0.35 0.21 0 0.51
HSL 216.82º 0.21% 0.41% -
HSV(B) 216.82º 0.35% 0.49% -
XYZ 11.71 12.22 21.48 -
YUV 97 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 82 99 126 0.35 0.21 0 0.51 216.82 0.21 0.41
Hex 52 63 7E 23 15 0 33 D9 15 29
Octal 122 143 176 43 25 0 63 331 25 51
Binary 1010010 1100011 1111110 100011 10101 0 110011 11011001 10101 101001

Color Harmonies of #52637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52637E

Black with #52637E

Text Example


Text Example

White with #52637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52637E; }

 p { color: rgb(82,99,126); }

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

background-color css

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

 a { background-color: rgb(82,99,126); }

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

border-color css

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

 span { border-color: rgb(82,99,126); }

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