Html Css Color HEX #52607C Chambray

📋 copy color: '#52607C'

red 82 ◦ green 96 ◦ blue 124

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

Shades of Chambray #52607C

Tints of Chambray #52607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 27.15%
G = 31.79%
B = 41.06%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52607C (or 0x52607C) is known color: Chambray. HEX triplet: 52, 60 and 7C. RGB value is (82,96,124). Sum of RGB (Red+Green+Blue) = 82+96+124=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #52607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52607C is #AD9F83. Grayscale: #5E5E5E. Windows color (decimal): -11378564 or 8151122. OLE color: 8151122.

HSL color Cylindrical-coordinate representation of color #52607C: hue angle of 220º 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 #52607C is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 96 124 -
CMYK 0.34 0.23 0 0.51
HSL 220º 0.2% 0.4% -
HSV(B) 220º 0.34% 0.49% -
XYZ 11.3 11.61 20.72 -
YUV 95.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 82 96 124 0.34 0.23 0 0.51 220 0.2 0.4
Hex 52 60 7C 22 17 0 33 DC 14 28
Octal 122 140 174 42 27 0 63 334 24 50
Binary 1010010 1100000 1111100 100010 10111 0 110011 11011100 10100 101000

Color Harmonies of #52607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52607C

Black with #52607C

Text Example


Text Example

White with #52607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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