Html Css Color HEX #52607E Chambray

📋 copy color: '#52607E'

red 82 ◦ green 96 ◦ blue 126

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

Shades of Chambray #52607E

Tints of Chambray #52607E

RGB

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

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

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

R = 26.97%
G = 31.58%
B = 41.45%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52607E (or 0x52607E) is known color: Chambray. HEX triplet: 52, 60 and 7E. RGB value is (82,96,126). Sum of RGB (Red+Green+Blue) = 82+96+126=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #52607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52607E is #AD9F81. Grayscale: #5F5F5F. Windows color (decimal): -11378562 or 8282194. OLE color: 8282194.

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

Color convert

RGB 82 96 126 -
CMYK 0.35 0.24 0 0.51
HSL 220.91º 0.21% 0.41% -
HSV(B) 220.91º 0.35% 0.49% -
XYZ 11.43 11.67 21.39 -
YUV 95.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 82 96 126 0.35 0.24 0 0.51 220.91 0.21 0.41
Hex 52 60 7E 23 18 0 33 DD 15 29
Octal 122 140 176 43 30 0 63 335 25 51
Binary 1010010 1100000 1111110 100011 11000 0 110011 11011101 10101 101001

Color Harmonies of #52607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52607E

Black with #52607E

Text Example


Text Example

White with #52607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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