Html Css Color HEX #565E7C Chambray

📋 copy color: '#565E7C'

red 86 ◦ green 94 ◦ blue 124

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

Shades of Chambray #565E7C

Tints of Chambray #565E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 28.29%
G = 30.92%
B = 40.79%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#565E7C (or 0x565E7C) is known color: Chambray. HEX triplet: 56, 5E and 7C. RGB value is (86,94,124). Sum of RGB (Red+Green+Blue) = 86+94+124=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #565E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E7C is #A9A183. Grayscale: #5E5E5E. Windows color (decimal): -11116932 or 8150614. OLE color: 8150614.

HSL color Cylindrical-coordinate representation of color #565E7C: hue angle of 227.37º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565E7C is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 94 124 -
CMYK 0.31 0.24 0 0.51
HSL 227.37º 0.18% 0.41% -
HSV(B) 227.37º 0.31% 0.49% -
XYZ 11.48 11.44 20.67 -
YUV 95.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 86 94 124 0.31 0.24 0 0.51 227.37 0.18 0.41
Hex 56 5E 7C 1F 18 0 33 E3 12 29
Octal 126 136 174 37 30 0 63 343 22 51
Binary 1010110 1011110 1111100 11111 11000 0 110011 11100011 10010 101001

Color Harmonies of #565E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E7C

Black with #565E7C

Text Example


Text Example

White with #565E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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