Html Css Color HEX #53627D Chambray

📋 copy color: '#53627D'

red 83 ◦ green 98 ◦ blue 125

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

Shades of Chambray #53627D

Tints of Chambray #53627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 27.12%
G = 32.03%
B = 40.85%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53627D (or 0x53627D) is known color: Chambray. HEX triplet: 53, 62 and 7D. RGB value is (83,98,125). Sum of RGB (Red+Green+Blue) = 83+98+125=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #53627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53627D is #AC9D82. Grayscale: #606060. Windows color (decimal): -11312515 or 8217171. OLE color: 8217171.

HSL color Cylindrical-coordinate representation of color #53627D: hue angle of 218.57º degrees, saturation: 0.2, 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 #53627D is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 98 125 -
CMYK 0.34 0.22 0 0.51
HSL 218.57º 0.2% 0.41% -
HSV(B) 218.57º 0.34% 0.49% -
XYZ 11.64 12.06 21.12 -
YUV 96.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 83 98 125 0.34 0.22 0 0.51 218.57 0.2 0.41
Hex 53 62 7D 22 16 0 33 DB 14 29
Octal 123 142 175 42 26 0 63 333 24 51
Binary 1010011 1100010 1111101 100010 10110 0 110011 11011011 10100 101001

Color Harmonies of #53627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53627D

Black with #53627D

Text Example


Text Example

White with #53627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53627D; }

 p { color: rgb(83,98,125); }

 H1.HeaderClassName
 {
   color: #53627D;
 }
 .AnyTagClassName
 {
   color: #53627D;
 }
</style>

background-color css

<style>
 a { background-color: #53627D; }

 a { background-color: rgb(83,98,125); }

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

border-color css

<style>
 span { border-color: #53627D; }

 span { border-color: rgb(83,98,125); }

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