Html Css Color HEX #565E7D Chambray

📋 copy color: '#565E7D'

red 86 ◦ green 94 ◦ blue 125

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

Shades of Chambray #565E7D

Tints of Chambray #565E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 28.2%
G = 30.82%
B = 40.98%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#565E7D (or 0x565E7D) is known color: Chambray. HEX triplet: 56, 5E and 7D. RGB value is (86,94,125). Sum of RGB (Red+Green+Blue) = 86+94+125=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #565E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E7D is #A9A182. Grayscale: #5F5F5F. Windows color (decimal): -11116931 or 8216150. OLE color: 8216150.

HSL color Cylindrical-coordinate representation of color #565E7D: hue angle of 227.69º 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 #565E7D is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 94 125 -
CMYK 0.31 0.25 0 0.51
HSL 227.69º 0.18% 0.41% -
HSV(B) 227.69º 0.31% 0.49% -
XYZ 11.54 11.46 21.01 -
YUV 95.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 86 94 125 0.31 0.25 0 0.51 227.69 0.18 0.41
Hex 56 5E 7D 1F 19 0 33 E4 12 29
Octal 126 136 175 37 31 0 63 344 22 51
Binary 1010110 1011110 1111101 11111 11001 0 110011 11100100 10010 101001

Color Harmonies of #565E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E7D

Black with #565E7D

Text Example


Text Example

White with #565E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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