Html Css Color HEX #565E7F Chambray

📋 copy color: '#565E7F'

red 86 ◦ green 94 ◦ blue 127

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

Shades of Chambray #565E7F

Tints of Chambray #565E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.37%

R = 28.01%
G = 30.62%
B = 41.37%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565E7F (or 0x565E7F) is known color: Chambray. HEX triplet: 56, 5E and 7F. RGB value is (86,94,127). Sum of RGB (Red+Green+Blue) = 86+94+127=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #565E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E7F is #A9A180. Grayscale: #5F5F5F. Windows color (decimal): -11116929 or 8347222. OLE color: 8347222.

HSL color Cylindrical-coordinate representation of color #565E7F: hue angle of 228.29º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #565E7F is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 94 127 -
CMYK 0.32 0.26 0 0.50
HSL 228.29º 0.19% 0.42% -
HSV(B) 228.29º 0.32% 0.5% -
XYZ 11.67 11.52 21.69 -
YUV 95.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 86 94 127 0.32 0.26 0 0.50 228.29 0.19 0.42
Hex 56 5E 7F 20 1A 0 32 E4 13 2A
Octal 126 136 177 40 32 0 62 344 23 52
Binary 1010110 1011110 1111111 100000 11010 0 110010 11100100 10011 101010

Color Harmonies of #565E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E7F

Black with #565E7F

Text Example


Text Example

White with #565E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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