Html Css Color HEX #5A6276 Chambray

📋 copy color: '#5A6276'

red 90 ◦ green 98 ◦ blue 118

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

Shades of Chambray #5A6276

Tints of Chambray #5A6276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 29.41%
G = 32.03%
B = 38.56%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A6276 (or 0x5A6276) is known color: Chambray. HEX triplet: 5A, 62 and 76. RGB value is (90,98,118). Sum of RGB (Red+Green+Blue) = 90+98+118=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A6276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6276 is #A59D89. Grayscale: #616161. Windows color (decimal): -10853770 or 7758426. OLE color: 7758426.

HSL color Cylindrical-coordinate representation of color #5A6276: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A6276 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 98 118 -
CMYK 0.24 0.17 0 0.54
HSL 222.86º 0.13% 0.41% -
HSV(B) 222.86º 0.24% 0.46% -
XYZ 11.85 12.22 18.87 -
YUV 97.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 90 98 118 0.24 0.17 0 0.54 222.86 0.13 0.41
Hex 5A 62 76 18 11 0 36 DF D 29
Octal 132 142 166 30 21 0 66 337 15 51
Binary 1011010 1100010 1110110 11000 10001 0 110110 11011111 1101 101001

Color Harmonies of #5A6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6276

Black with #5A6276

Text Example


Text Example

White with #5A6276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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