Html Css Color HEX #5A6176 Chambray

📋 copy color: '#5A6176'

red 90 ◦ green 97 ◦ blue 118

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

Shades of Chambray #5A6176

Tints of Chambray #5A6176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.8%

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

R = 29.51%
G = 31.8%
B = 38.69%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A6176 (or 0x5A6176) is known color: Chambray. HEX triplet: 5A, 61 and 76. RGB value is (90,97,118). Sum of RGB (Red+Green+Blue) = 90+97+118=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A6176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6176 is #A59E89. Grayscale: #616161. Windows color (decimal): -10854026 or 7758170. OLE color: 7758170.

HSL color Cylindrical-coordinate representation of color #5A6176: hue angle of 225º 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 #5A6176 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 97 118 -
CMYK 0.24 0.18 0 0.54
HSL 225º 0.13% 0.41% -
HSV(B) 225º 0.24% 0.46% -
XYZ 11.76 12.03 18.84 -
YUV 97.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 90 97 118 0.24 0.18 0 0.54 225 0.13 0.41
Hex 5A 61 76 18 12 0 36 E1 D 29
Octal 132 141 166 30 22 0 66 341 15 51
Binary 1011010 1100001 1110110 11000 10010 0 110110 11100001 1101 101001

Color Harmonies of #5A6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6176

Black with #5A6176

Text Example


Text Example

White with #5A6176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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