Html Css Color HEX #565E78 Chambray

📋 copy color: '#565E78'

red 86 ◦ green 94 ◦ blue 120

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

Shades of Chambray #565E78

Tints of Chambray #565E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.33%

 BLUE value IS 120 (47.27% from 255) = 40%

R = 28.67%
G = 31.33%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#565E78 (or 0x565E78) is known color: Chambray. HEX triplet: 56, 5E and 78. RGB value is (86,94,120). Sum of RGB (Red+Green+Blue) = 86+94+120=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #565E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E78 is #A9A187. Grayscale: #5E5E5E. Windows color (decimal): -11116936 or 7888470. OLE color: 7888470.

HSL color Cylindrical-coordinate representation of color #565E78: hue angle of 225.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565E78 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 94 120 -
CMYK 0.28 0.22 0 0.53
HSL 225.88º 0.17% 0.4% -
HSV(B) 225.88º 0.28% 0.47% -
XYZ 11.23 11.34 19.37 -
YUV 94.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 86 94 120 0.28 0.22 0 0.53 225.88 0.17 0.4
Hex 56 5E 78 1C 16 0 35 E2 11 28
Octal 126 136 170 34 26 0 65 342 21 50
Binary 1010110 1011110 1111000 11100 10110 0 110101 11100010 10001 101000

Color Harmonies of #565E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E78

Black with #565E78

Text Example


Text Example

White with #565E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565E78; }

 p { color: rgb(86,94,120); }

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

background-color css

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

 a { background-color: rgb(86,94,120); }

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

border-color css

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

 span { border-color: rgb(86,94,120); }

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