Html Css Color HEX #53627C Chambray

📋 copy color: '#53627C'

red 83 ◦ green 98 ◦ blue 124

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

Shades of Chambray #53627C

Tints of Chambray #53627C

RGB

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

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

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

R = 27.21%
G = 32.13%
B = 40.66%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53627C (or 0x53627C) is known color: Chambray. HEX triplet: 53, 62 and 7C. RGB value is (83,98,124). Sum of RGB (Red+Green+Blue) = 83+98+124=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 98 (38.67% from 255 or 32.13% 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 #53627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53627C is #AC9D83. Grayscale: #606060. Windows color (decimal): -11312516 or 8151635. OLE color: 8151635.

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

Color convert

RGB 83 98 124 -
CMYK 0.33 0.21 0 0.51
HSL 218.05º 0.2% 0.41% -
HSV(B) 218.05º 0.33% 0.49% -
XYZ 11.57 12.03 20.78 -
YUV 96.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 83 98 124 0.33 0.21 0 0.51 218.05 0.2 0.41
Hex 53 62 7C 21 15 0 33 DA 14 29
Octal 123 142 174 41 25 0 63 332 24 51
Binary 1010011 1100010 1111100 100001 10101 0 110011 11011010 10100 101001

Color Harmonies of #53627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53627C

Black with #53627C

Text Example


Text Example

White with #53627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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