Html Css Color HEX #5A637C Chambray

📋 copy color: '#5A637C'

red 90 ◦ green 99 ◦ blue 124

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

Shades of Chambray #5A637C

Tints of Chambray #5A637C

RGB

 RED value IS 90 (35.55% from 255) = 28.75%

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 28.75%
G = 31.63%
B = 39.62%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A637C (or 0x5A637C) is known color: Chambray. HEX triplet: 5A, 63 and 7C. RGB value is (90,99,124). Sum of RGB (Red+Green+Blue) = 90+99+124=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A637C is #A59C83. Grayscale: #636363. Windows color (decimal): -10853508 or 8151898. OLE color: 8151898.

HSL color Cylindrical-coordinate representation of color #5A637C: hue angle of 224.12º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A637C is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 99 124 -
CMYK 0.27 0.20 0 0.51
HSL 224.12º 0.16% 0.42% -
HSV(B) 224.12º 0.27% 0.49% -
XYZ 12.32 12.55 20.84 -
YUV 99.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 90 99 124 0.27 0.20 0 0.51 224.12 0.16 0.42
Hex 5A 63 7C 1B 14 0 33 E0 10 2A
Octal 132 143 174 33 24 0 63 340 20 52
Binary 1011010 1100011 1111100 11011 10100 0 110011 11100000 10000 101010

Color Harmonies of #5A637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A637C

Black with #5A637C

Text Example


Text Example

White with #5A637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A637C; }

 p { color: rgb(90,99,124); }

 H1.HeaderClassName
 {
   color: #5A637C;
 }
 .AnyTagClassName
 {
   color: #5A637C;
 }
</style>

background-color css

<style>
 a { background-color: #5A637C; }

 a { background-color: rgb(90,99,124); }

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

border-color css

<style>
 span { border-color: #5A637C; }

 span { border-color: rgb(90,99,124); }

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