Html Css Color HEX #53607E Chambray

📋 copy color: '#53607E'

red 83 ◦ green 96 ◦ blue 126

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

Shades of Chambray #53607E

Tints of Chambray #53607E

RGB

 RED value IS 83 (32.81% from 255) = 27.21%

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

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

R = 27.21%
G = 31.48%
B = 41.31%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53607E (or 0x53607E) is known color: Chambray. HEX triplet: 53, 60 and 7E. RGB value is (83,96,126). Sum of RGB (Red+Green+Blue) = 83+96+126=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #53607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53607E is #AC9F81. Grayscale: #5F5F5F. Windows color (decimal): -11313026 or 8282195. OLE color: 8282195.

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

Color convert

RGB 83 96 126 -
CMYK 0.34 0.24 0 0.51
HSL 221.86º 0.21% 0.41% -
HSV(B) 221.86º 0.34% 0.49% -
XYZ 11.52 11.71 21.39 -
YUV 95.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 83 96 126 0.34 0.24 0 0.51 221.86 0.21 0.41
Hex 53 60 7E 22 18 0 33 DE 15 29
Octal 123 140 176 42 30 0 63 336 25 51
Binary 1010011 1100000 1111110 100010 11000 0 110011 11011110 10101 101001

Color Harmonies of #53607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53607E

Black with #53607E

Text Example


Text Example

White with #53607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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