Html Css Color HEX #5A6279 Chambray

📋 copy color: '#5A6279'

red 90 ◦ green 98 ◦ blue 121

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

Shades of Chambray #5A6279

Tints of Chambray #5A6279

RGB

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

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

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

R = 29.13%
G = 31.72%
B = 39.16%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A6279 (or 0x5A6279) is known color: Chambray. HEX triplet: 5A, 62 and 79. RGB value is (90,98,121). Sum of RGB (Red+Green+Blue) = 90+98+121=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A6279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6279 is #A59D86. Grayscale: #626262. Windows color (decimal): -10853767 or 7955034. OLE color: 7955034.

HSL color Cylindrical-coordinate representation of color #5A6279: hue angle of 224.52º 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 #5A6279 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 98 121 -
CMYK 0.26 0.19 0 0.53
HSL 224.52º 0.15% 0.41% -
HSV(B) 224.52º 0.26% 0.47% -
XYZ 12.04 12.29 19.83 -
YUV 98.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 90 98 121 0.26 0.19 0 0.53 224.52 0.15 0.41
Hex 5A 62 79 1A 13 0 35 E1 F 29
Octal 132 142 171 32 23 0 65 341 17 51
Binary 1011010 1100010 1111001 11010 10011 0 110101 11100001 1111 101001

Color Harmonies of #5A6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6279

Black with #5A6279

Text Example


Text Example

White with #5A6279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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