Html Css Color HEX #5A6379 Chambray

📋 copy color: '#5A6379'

red 90 ◦ green 99 ◦ blue 121

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

Shades of Chambray #5A6379

Tints of Chambray #5A6379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 29.03%
G = 31.94%
B = 39.03%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A6379 (or 0x5A6379) is known color: Chambray. HEX triplet: 5A, 63 and 79. RGB value is (90,99,121). Sum of RGB (Red+Green+Blue) = 90+99+121=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A6379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6379 is #A59C86. Grayscale: #626262. Windows color (decimal): -10853511 or 7955290. OLE color: 7955290.

HSL color Cylindrical-coordinate representation of color #5A6379: hue angle of 222.58º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A6379 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 99 121 -
CMYK 0.26 0.18 0 0.53
HSL 222.58º 0.15% 0.41% -
HSV(B) 222.58º 0.26% 0.47% -
XYZ 12.13 12.48 19.86 -
YUV 98.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 90 99 121 0.26 0.18 0 0.53 222.58 0.15 0.41
Hex 5A 63 79 1A 12 0 35 DF F 29
Octal 132 143 171 32 22 0 65 337 17 51
Binary 1011010 1100011 1111001 11010 10010 0 110101 11011111 1111 101001

Color Harmonies of #5A6379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6379

Black with #5A6379

Text Example


Text Example

White with #5A6379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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