Html Css Color HEX #566379 Chambray

📋 copy color: '#566379'

red 86 ◦ green 99 ◦ blue 121

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

Shades of Chambray #566379

Tints of Chambray #566379

RGB

 RED value IS 86 (33.98% from 255) = 28.1%

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

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

R = 28.1%
G = 32.35%
B = 39.54%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#566379 (or 0x566379) is known color: Chambray. HEX triplet: 56, 63 and 79. RGB value is (86,99,121). Sum of RGB (Red+Green+Blue) = 86+99+121=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #566379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566379 is #A99C86. Grayscale: #616161. Windows color (decimal): -11115655 or 7955286. OLE color: 7955286.

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

Color convert

RGB 86 99 121 -
CMYK 0.29 0.18 0 0.53
HSL 217.71º 0.17% 0.41% -
HSV(B) 217.71º 0.29% 0.47% -
XYZ 11.75 12.28 19.84 -
YUV 97.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 86 99 121 0.29 0.18 0 0.53 217.71 0.17 0.41
Hex 56 63 79 1D 12 0 35 DA 11 29
Octal 126 143 171 35 22 0 65 332 21 51
Binary 1010110 1100011 1111001 11101 10010 0 110101 11011010 10001 101001

Color Harmonies of #566379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566379

Black with #566379

Text Example


Text Example

White with #566379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566379; }

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

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

background-color css

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

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

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

border-color css

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

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

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