Html Css Color HEX #52637C Chambray

📋 copy color: '#52637C'

red 82 ◦ green 99 ◦ blue 124

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

Shades of Chambray #52637C

Tints of Chambray #52637C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 26.89%
G = 32.46%
B = 40.66%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52637C (or 0x52637C) is known color: Chambray. HEX triplet: 52, 63 and 7C. RGB value is (82,99,124). Sum of RGB (Red+Green+Blue) = 82+99+124=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #52637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52637C is #AD9C83. Grayscale: #606060. Windows color (decimal): -11377796 or 8151890. OLE color: 8151890.

HSL color Cylindrical-coordinate representation of color #52637C: hue angle of 215.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52637C is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 99 124 -
CMYK 0.34 0.20 0 0.51
HSL 215.71º 0.2% 0.4% -
HSV(B) 215.71º 0.34% 0.49% -
XYZ 11.58 12.17 20.81 -
YUV 96.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 82 99 124 0.34 0.20 0 0.51 215.71 0.2 0.4
Hex 52 63 7C 22 14 0 33 D8 14 28
Octal 122 143 174 42 24 0 63 330 24 50
Binary 1010010 1100011 1111100 100010 10100 0 110011 11011000 10100 101000

Color Harmonies of #52637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52637C

Black with #52637C

Text Example


Text Example

White with #52637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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